From a7e633bc58bb8ebf466241dac99c58bdafdab937 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 14 Sep 2025 21:27:55 +0200 Subject: Minor explicit namespace fix for PHPUnit (#7960) * Minor explicit namespace fix for PHPUnit * final --- tests/lib/CssXPath/CssXPathTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lib/CssXPath/CssXPathTest.php') diff --git a/tests/lib/CssXPath/CssXPathTest.php b/tests/lib/CssXPath/CssXPathTest.php index 8197f5b87..272fc4ce6 100644 --- a/tests/lib/CssXPath/CssXPathTest.php +++ b/tests/lib/CssXPath/CssXPathTest.php @@ -1,7 +1,7 @@