Skip to content

Commit

Permalink
Merge pull request #91 from Yoast/feature/tests-update-requires-tags
Browse files Browse the repository at this point in the history
Tests: minor update for release of PHPUnit 10.0.0
  • Loading branch information
jrfnl authored Mar 10, 2023
2 parents 4485b06 + 23397bb commit b5d4d6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Polyfills/AssertFileDirectoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function testAssertNotIsReadable() {
* This exception was thrown until PHP 7.0.0. Since PHP 7.0.0, a PHP native TypeError will
* be thrown based on the type declaration.
*
* @requires PHPUnit < 9.99.99
* @requires PHPUnit < 10.0.0
*/
public function testAssertNotIsReadableException() {
try {
Expand Down Expand Up @@ -163,7 +163,7 @@ public function testAssertNotIsWritable() {
* This exception was thrown until PHP 7.0.0. Since PHP 7.0.0, a PHP native TypeError will
* be thrown based on the type declaration.
*
* @requires PHPUnit < 9.99.99
* @requires PHPUnit < 10.0.0
*/
public function testAssertNotIsWritableException() {
try {
Expand Down Expand Up @@ -247,7 +247,7 @@ public function testAssertDirectoryNotExists() {
* This exception was thrown until PHP 7.0.0. Since PHP 7.0.0, a PHP native TypeError will
* be thrown based on the type declaration.
*
* @requires PHPUnit < 9.99.99
* @requires PHPUnit < 10.0.0
*/
public function testAssertDirectoryNotExistsException() {
try {
Expand Down

0 comments on commit b5d4d6c

Please sign in to comment.