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 +- tests/lib/PHPMailer/PHPMailerTest.php | 2 +- tests/lib/SimplePie/SimplePieTest.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/lib') 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 @@