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.
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.