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
Many applications are already working on PHPUnit 10 including mine and it uses PHP_CodeSniffer for checking PHP coding standards.
My request is to release new version with PHPUnit 10 support.
Currently there is a file AllSniffs which we are using with our code but it has code related to suite() method which is removed from PHPUnit 10. I believe this has to be refactored completely in order to work as intended.
Feature Request
Many applications are already working on PHPUnit 10 including mine and it uses PHP_CodeSniffer for checking PHP coding standards.
My request is to release new version with PHPUnit 10 support.
Currently there is a file AllSniffs which we are using with our code but it has code related to suite() method which is removed from PHPUnit 10. I believe this has to be refactored completely in order to work as intended.
Additional context
PHPUnit 10+ versions drops support for suite() method as suggested in sebastianbergmann/phpunit@36354a9
The text was updated successfully, but these errors were encountered: