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 40071a7 commit 834412eCopy full SHA for 834412e
app/code/Magento/Translation/Test/Unit/Console/Command/UninstallLanguageCommandTest.php
@@ -190,7 +190,7 @@ public function testExecutePackageNoLanguage()
190
191
$this->tester->execute(['package' => ['vendor/language-ua_ua']]);
192
$this->assertContains(
193
- 'Package vendor/language-ua_ua is not magento language and will be skipped',
+ 'Package vendor/language-ua_ua is not a Magento language and will be skipped',
194
$this->tester->getDisplay()
195
);
196
$this->assertContains('Nothing is removed.', $this->tester->getDisplay());
0 commit comments