You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHPUnit 10.5 introduced a new #[IgnoreDeprecations] attribute sebastianbergmann/phpunit#5532 to signal that a test is exercising deprecated code paths i.e. that calls to deprecated methods/functions are expected.
PHPStan however is reporting calls to deprecated functions in that test as errors.
Recently, a similar issue was reported for Symfony's PHPUnit-bridge definition of @group legacy annotated tests, #64