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 ff7192a commit 7da55c4Copy full SHA for 7da55c4
app/code/Magento/Theme/Test/Unit/Console/Command/ThemeUninstallCommandTest.php
@@ -333,6 +333,7 @@ public function testExecuteWithBackupCode()
333
public function testExecute()
334
{
335
$this->setUpExecute();
336
+ $this->cleanupFiles->expects($this->never())->method('clearMaterializedViewFiles');
337
$this->tester->execute(['theme' => ['test']]);
338
$this->assertContains('Enabling maintenance mode', $this->tester->getDisplay());
339
$this->assertContains('Disabling maintenance mode', $this->tester->getDisplay());
0 commit comments