We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59bc570 commit aed52a4Copy full SHA for aed52a4
Tests/Functional/Command/CheckCommandTest.php
@@ -85,7 +85,7 @@ public function testReportsEmptyTranslationMessages(): void
85
$commandTester->execute(['locale' => 'sv', 'configuration' => 'app']);
86
87
$this->assertStringContainsString(
88
- '4 messages have empty translations, please provide translations for them',
+ '4 messages have empty translations, please provide translations',
89
$commandTester->getDisplay()
90
);
91
$this->assertGreaterThan(0, $commandTester->getStatusCode());
0 commit comments