Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit a227c2b

Browse files
author
Dmytro Vilchynskyi
committed
MAGETWO-84702: [SE Dev] Error Messages edits, part 1 (966 of 1166 total)
- failed Units are fixed
1 parent 90f3e08 commit a227c2b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

app/code/Magento/Deploy/Test/Unit/Console/Command/SetModeCommandTest.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,6 @@ public function testSetDefaultMode()
7979
);
8080
}
8181

82-
public function testSetDefaultMode()
83-
{
84-
$this->modeMock->expects($this->once())->method('enableDefaultMode');
85-
86-
$tester = new CommandTester($this->command);
87-
$tester->execute(['mode' => 'default']);
88-
$this->assertContains(
89-
"default mode",
90-
$tester->getDisplay()
91-
);
92-
}
93-
9482
public function testSetProductionSkipCompilation()
9583
{
9684
$this->modeMock->expects($this->once())->method('enableProductionModeMinimal');

0 commit comments

Comments
 (0)