During an interview, project manager asked me the following question:
I see in your resume that you are using PHPUnit 4 for tests? Why don't you use the built-in testing of Symfony?
I answered:
What I know is that Symfony app testing is done via PHPUnit, which is recommended from the docs of 2.3 and 2.7. I don't know if Symfony3 comes with a testing component!
Was my answer correct? Thanks for the explanations.