Symfony Functional test case 1.5.0
This release was forced upon me from Symfony, since 8.1 includes a new runCommand static method in its KernelTestCase class, which collides with our own. Since our method is non-static, this creates a fatal error every time that our class is autoloaded.