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 7367071 commit 36ef30cCopy full SHA for 36ef30c
app/code/Magento/Theme/Test/Unit/Console/Command/ThemeUninstallCommandTest.php
@@ -272,7 +272,9 @@ public function testExecuteFailedThemeInUseCheck()
272
$this->tester->execute(['theme' => ['frontend/Magento/a']]);
273
$this->assertEquals(
274
'Unable to uninstall. Please fix the following issues:' . PHP_EOL
275
- . 'frontend/Magento/a is in use in default config' . PHP_EOL, $this->tester->getDisplay());
+ . 'frontend/Magento/a is in use in default config' . PHP_EOL,
276
+ $this->tester->getDisplay()
277
+ );
278
}
279
280
/**
0 commit comments