aboutsummaryrefslogtreecommitdiff
path: root/tests/cli/i18n/I18nValueTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cli/i18n/I18nValueTest.php')
-rw-r--r--tests/cli/i18n/I18nValueTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cli/i18n/I18nValueTest.php b/tests/cli/i18n/I18nValueTest.php
index fb1fca804..76bdf03d4 100644
--- a/tests/cli/i18n/I18nValueTest.php
+++ b/tests/cli/i18n/I18nValueTest.php
@@ -2,7 +2,7 @@
declare(strict_types=1);
require_once dirname(__DIR__, 3) . '/cli/i18n/I18nValue.php';
-class I18nValueTest extends PHPUnit\Framework\TestCase {
+final class I18nValueTest extends \PHPUnit\Framework\TestCase {
public static function testConstructorWithoutState(): void {
$value = new I18nValue('some value');
self::assertSame('some value', $value->getValue());