I am currently creating a project using symfony2, i am using PHPUnit vendor to functional test my code. I am facing a problem that the functional test time increases as the projects gets bigger. Note: i am using Fixtures to be loaded for every functional test function.
My question here? what is the best practice to implement functional test that run in a reasonable time.
on another hand, Is there any bundle or tool that i can use to speedup this process?