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/cli/i18n/I18nUsageValidatorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cli/i18n/I18nUsageValidatorTest.php') diff --git a/tests/cli/i18n/I18nUsageValidatorTest.php b/tests/cli/i18n/I18nUsageValidatorTest.php index 0429d1277..0d9306f87 100644 --- a/tests/cli/i18n/I18nUsageValidatorTest.php +++ b/tests/cli/i18n/I18nUsageValidatorTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); require_once dirname(__DIR__, 3) . '/cli/i18n/I18nValue.php'; require_once dirname(__DIR__, 3) . '/cli/i18n/I18nUsageValidator.php'; -class I18nUsageValidatorTest extends PHPUnit\Framework\TestCase { +final class I18nUsageValidatorTest extends \PHPUnit\Framework\TestCase { private I18nValue $value; -- cgit v1.2.3