When I use the @suppresswarnings or @suppresswarning annotation anywhere in my Symfony-based code, phpunit-tests fail. But if I use @suppress instead, then everything works beautifully.
@suppresswarnings
@suppresswarning
@suppress
maak Thank you for the feedback.
How does it fail?