Symfony Functional Test Case

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.

Symfony Functional test case 1.4.0

This time, another release for Symfony 8 compatibility, but a minor one due to pending changes: the facile-it/symfony-functional-testcase package drops support for older PHP and Symfony versions, on top of supporting Symfony 8.

This means that next time we’ll bump to PHP 8.1 and Symfony 5.4, meaning that the usefulness of this package will wane. Maybe it’s time to abandon it?