Skip to content

Commit

Permalink
Fixing tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
darylldoyle committed Nov 15, 2023
1 parent e157cfb commit 6fd408a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 10up-Default/ruleset-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@
$expected['errors'][ 486 ] = 0;
}

if ( version_compare( PHP_VERSION, '7.1', '=' ) ) {
$expected['errors'][ 483 ] = 5;
if ( version_compare( PHP_VERSION, '7.2', '<' ) ) {
$expected['errors'][ 483 ] = 4;
$expected['warnings'][ 1 ] = 1;
}

Expand Down

0 comments on commit 6fd408a

Please sign in to comment.