I started to explore symfony3 and after install I run the provided functional test via
phpunit
on the terminal, but I get the error:
1) Tests\AppBundle\Controller\DefaultControllerTest::testIndex
Failed asserting that 500 matches expected 200.
Hitting the page via browsers works.
What needs to be changed in settings to have this test pass?