Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PHPCSUtils/TestUtils/UtilityMethodTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
* This class is compatible with PHP_CodeSniffer 2.x as well as 3.x.
*
* This class is compatible with PHPUnit 4.5 - 8.x providing the PHPCSUtils autoload
* This class is compatible with PHPUnit 4.5 - 9.x providing the PHPCSUtils autoload
* file is included in the test bootstrap.
*
* To allow for testing of tab vs space content, the tabWidth is set to `4` by default.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ These functions are, of course, compatible with PHPCS 2.6.0 up to PHPCS `master`
### Test utilities

An abstract `UtilityMethodTestCase` class to allow for testing your own utility methods written for PHP_CodeSniffer with ease.
Compatible with both PHPCS 2.x as well as 3.x. Supports PHPUnit 4.x up to 8.x.
Compatible with both PHPCS 2.x as well as 3.x. Supports PHPUnit 4.x up to 9.x.

### Backward compatibility layer

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h1 id="header-1">Features</h1>
<dt>Test utilities</dt>
<dd>
<p>An abstract <span><code>UtilityMethodTestCase</code></span> class to allow for testing your own utility methods written for PHP_CodeSniffer with ease.</br>
Compatible with both PHPCS 2.x as well as 3.x. Supports PHPUnit 4.x up to 8.x.</p>
Compatible with both PHPCS 2.x as well as 3.x. Supports PHPUnit 4.x up to 9.x.</p>
</dd>

<dt>Backward compatibility layer</dt>
Expand Down