I\'m trying to write a functional test for my project in Symfony2. I\'d like to test if a user can access a page, fill up a form and submit it. I\'m trying to find a way to roll
I would recommend to use this bundle: https://packagist.org/packages/dama/doctrine-test-bundle
Its very easy to setup and will roll-back any database changes automatically after every single testcase. No need to implement any custom things.