PHPCSStandards / PHPCSExtra

A collection of code standards for use with PHP_CodeSniffer
GNU Lesser General Public License v3.0
90 stars 8 forks source link

Tests: allow for PHPUnit 8/9 #299

Closed jrfnl closed 9 months ago

jrfnl commented 9 months ago

PHP_CodeSniffer 3.8.0 now allows for running the tests, which are based on the PHPCS native test suite, with PHPUnit 8 and 9.

This commit updates the package to take advantage of that.

Includes:

Not included as this was already handled in this repo:

Ref: