maker-bundle icon indicating copy to clipboard operation
maker-bundle copied to clipboard

feat: use attributes instead annotations in tests

Open shakaran opened this issue 9 months ago • 1 comments

shakaran avatar May 28 '25 08:05 shakaran

This requires bump phpunit to 10.5 at least https://docs.phpunit.de/en/10.5/attributes.html#test-groups

shakaran avatar May 28 '25 08:05 shakaran

This PR updates PHPUnit and Doctrine annotations to attributes. It's replaced by https://github.com/symfony/maker-bundle/pull/1766 for the PHPUnit 11 update (PHPUnit 10 not compatible with Symfony PHPUnit Bridge).

GromNaN avatar Jan 09 '26 23:01 GromNaN