Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHPUnit 10 Support and Refactor of code required #3950

Closed
nishant04412 opened this issue Jun 13, 2024 · 3 comments
Closed

PHPUnit 10 Support and Refactor of code required #3950

nishant04412 opened this issue Jun 13, 2024 · 3 comments

Comments

@nishant04412
Copy link

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

@jrfnl
Copy link
Contributor

jrfnl commented Jun 13, 2024

This repo is abandoned. Please do not open issues here anymore. See #3932. New issues can be opened in the successor repo.

Also note: the above is a known issue and will be addressed in the PHPCS 4.0 release.

@nishant04412
Copy link
Author

Thank you for the update @jrfnl. Will wait for PHPCS 4.0 release then.

@jrfnl
Copy link
Contributor

jrfnl commented Jul 2, 2024

FYI: related issue which can be followed to keep informed of the status: PHPCSStandards/PHP_CodeSniffer#25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants