Skip to content

Commit

Permalink
wpcs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
afragen committed Nov 16, 2023
1 parent f70cd67 commit a012763
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/phpunit/tests/functions/isWpVersionCompatible.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,14 @@ public function data_is_wp_version_compatible() {
),

// Improper WP version.
'improper trailing x.x.0' => array(
'improper trailing x.x.0' => array(
'required' => '5.2.0',
'expected' => true,
),
'correct version' => array(
'correct version' => array(
'required' => '5.2',
'expected' => true,
),

);
}

Expand Down

0 comments on commit a012763

Please sign in to comment.