aboutsummaryrefslogtreecommitdiff
path: root/tests/lib/CssXPath/CssXPathTest.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-09-14 21:27:55 +0200
committerGravatar GitHub <noreply@github.com> 2025-09-14 21:27:55 +0200
commita7e633bc58bb8ebf466241dac99c58bdafdab937 (patch)
treed39cfb548cddf331d39af921e09089f80867c955 /tests/lib/CssXPath/CssXPathTest.php
parent697240813d9f086bff30b7e6424538fbef933359 (diff)
Minor explicit namespace fix for PHPUnit (#7960)
* Minor explicit namespace fix for PHPUnit * final
Diffstat (limited to 'tests/lib/CssXPath/CssXPathTest.php')
-rw-r--r--tests/lib/CssXPath/CssXPathTest.php2
1 files changed, 1 insertions, 1 deletions
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 @@
<?php
declare(strict_types=1);
-class CssXPathTest extends PHPUnit\Framework\TestCase
+final class CssXPathTest extends \PHPUnit\Framework\TestCase
{
public static function testCssXPathTranslatorClassExists(): void {
self::assertTrue(class_exists('Gt\\CssXPath\\Translator'));