My Symfony functional testing toolbox
Talk presented at
SFDay 2020 (Online)
Slides available
See talk comments on Joind.in.
When testing the PHP side of a Symfony application, tests are normally split into unit and functional: the former do not need anything in addition to some proficiency, due to their small size and isolated execution; the latter instead are more complex, slower and sometimes more brittle, because they use more components, and they involve the framework and the libraries used to build the app.