I have a WebTestCase that executes some basic routes in my application.
I want to, on the setUp method of PHPUnit, create a test database identical to m
setUp
In order to bypass user confirmation you can use
doctrine:fixtures:load --no-interaction or doctrine:fixtures:load -n