Skip to content

Is there a cache system that can be used for tests? #114

@VincentClair

Description

@VincentClair

Hello,

Running tests with fixtures are really slow. There could be some optimization adding a cache between each load, so there is no need to rerun full Alice fixtures, but just inject SQL queries result from cache.

Something similar is done actually for fixtures objects in https://github.com/liip/LiipFunctionalTestBundle, but not for files. As their v2 alpha don't support it, I already notice it here: liip/LiipFunctionalTestBundle#476.

I don't know if its related to your bundle or their, but do you plan to add some cache ?
Thanks for your help.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions