Skip to content

Commit

Permalink
WiP
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Dec 28, 2023
1 parent 0d3ba01 commit 5e5daea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/NodeComparatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public static function getIsEqualNodeCases(): array
'//x',
'<x xmlns:b="urn:b" xmlns:a="urn:a"/>',
'//x',
version_compare(PHP_VERSION, '8.3.2', '>=') && PHP_VERSION !== '8.4.0-dev (f5f44bb22ddf2390892c2a61e872c5c8bd3f5cf6)'
version_compare(PHP_VERSION, '8.3.2', '>=') && PHP_VERSION !== '8.4.0-dev'
],
[
false,
Expand Down Expand Up @@ -162,7 +162,7 @@ public static function getIsEqualNodeCases(): array
'//x',
'<x b="" a=""/>',
'//x',
version_compare(PHP_VERSION, '8.3.2', '>=') && PHP_VERSION !== '8.4.0-dev (f5f44bb22ddf2390892c2a61e872c5c8bd3f5cf6)'
version_compare(PHP_VERSION, '8.3.2', '>=') && PHP_VERSION !== '8.4.0-dev'
],
[
false,
Expand Down

0 comments on commit 5e5daea

Please sign in to comment.