Symfony version(s) affected: 5.1.0
Description
ExpectDeprecationTrait::expectDeprecation() conflicts with TestCase::expectDeprecation(), which was introduced in phpunit/phpunit:8.4.0.
How to reproduce
Use SYMFONY_PHPUNIT_VERSION=8.4.0.
Possible Solution
Update the method name, like suggested at #35192 (comment).