diff options
Diffstat (limited to 'tests/cli/i18n/I18nUsageValidatorTest.php')
| -rw-r--r-- | tests/cli/i18n/I18nUsageValidatorTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cli/i18n/I18nUsageValidatorTest.php b/tests/cli/i18n/I18nUsageValidatorTest.php index 720cab32e..3135cef22 100644 --- a/tests/cli/i18n/I18nUsageValidatorTest.php +++ b/tests/cli/i18n/I18nUsageValidatorTest.php @@ -7,6 +7,7 @@ class I18nUsageValidatorTest extends PHPUnit\Framework\TestCase { private I18nValue $value; + #[\Override] public function setUp(): void { $this->value = $this->getMockBuilder(I18nValue::class) ->disableOriginalConstructor() |
