I figured out that many Symfony deprecations aren't fixed yet. They are just hidden by our default PHPUnit Bridge configuration.
To display these deprecations, you can run SYMFONY_DEPRECATIONS_HELPER=max[total]=0 vendor/bin/phpunit.
Pull Requests welcome!
I figured out that many Symfony deprecations aren't fixed yet. They are just hidden by our default PHPUnit Bridge configuration.
To display these deprecations, you can run
SYMFONY_DEPRECATIONS_HELPER=max[total]=0 vendor/bin/phpunit.Pull Requests welcome!