From 5e5daea7792f417f912fda4a64790b82698a18b6 Mon Sep 17 00:00:00 2001 From: JoshyPHP Date: Thu, 28 Dec 2023 23:22:27 +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 980bc80..9b1e017 100644 --- a/tests/NodeComparatorTest.php +++ b/tests/NodeComparatorTest.php @@ -119,7 +119,7 @@ public static function getIsEqualNodeCases(): array '//x', '', '//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, @@ -162,7 +162,7 @@ public static function getIsEqualNodeCases(): array '//x', '', '//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,