From ea9569a6d24751e88ea40b8adad5aae1e2ac5728 Mon Sep 17 00:00:00 2001 From: JoshyPHP Date: Sun, 31 Dec 2023 20:37:49 +0100 Subject: [PATCH] WiP --- tests/NodeComparatorTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/NodeComparatorTest.php b/tests/NodeComparatorTest.php index c32536a..55dbb86 100644 --- a/tests/NodeComparatorTest.php +++ b/tests/NodeComparatorTest.php @@ -120,7 +120,7 @@ public static function getIsEqualNodeCases(): array '//x', '', '//x', - version_compare(PHP_VERSION, '8.3.2', '>=') && PHP_VERSION !== '8.4.0-dev' + version_compare(PHP_VERSION, '8.3.2', '>=') ], [ false, @@ -163,7 +163,7 @@ public static function getIsEqualNodeCases(): array '//x', '', '//x', - version_compare(PHP_VERSION, '8.3.2', '>=') && PHP_VERSION !== '8.4.0-dev' + version_compare(PHP_VERSION, '8.3.2', '>=') ], [ false,