Skip to content

Commit

Permalink
WiP
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Dec 31, 2023
1 parent d0c46ae commit ea9569a
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 @@ -120,7 +120,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'
version_compare(PHP_VERSION, '8.3.2', '>=')
],
[
false,
Expand Down Expand Up @@ -163,7 +163,7 @@ public static function getIsEqualNodeCases(): array
'//x',
'<x b="" a=""/>',
'//x',
version_compare(PHP_VERSION, '8.3.2', '>=') && PHP_VERSION !== '8.4.0-dev'
version_compare(PHP_VERSION, '8.3.2', '>=')
],
[
false,
Expand Down

0 comments on commit ea9569a

Please sign in to comment.