Open jrfnl opened 1 year ago
FYI: I've done all the prep for this for the 4.x branch over the last few days and managed to get things working.
The custom setup with the TestSuites appears to have been largely related/needed to support running the tests via a PEAR setup and needing to "unload" the PHPCS autoloader after setup in that scenario. As PEAR support has been dropped, this is no longer an issue.
Changes prepped for 4.0:
printPHPCodeSnifferTestOutput()
will be dropped for now. If people miss it terribly, it could be brought back via a TestListener/EventListener at a later point in time, but that doesn't currently have priority.TestCase
suffix.^8.0 || ^9.3.4 || ^10.1.0 || ^11.0
Repost from https://github.com/squizlabs/PHP_CodeSniffer/issues/3395:
Initial part solved via https://github.com/squizlabs/PHP_CodeSniffer/pull/3400