Skip to content

Commit bfef420

Browse files
committed
MAGETWO-52187: Magento re-install with minimum admin access breaks installation
1 parent 393946a commit bfef420

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup/src/Magento/Setup/Test/Unit/Controller/InstallTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@ public function testStartAction()
8686
$this->assertTrue($variables['success']);
8787
}
8888

89+
/**
90+
* @deprecated
91+
*/
92+
public function testStartActionException()
93+
{
94+
}
95+
8996
public function testStartActionPriorInstallException()
9097
{
9198
$this->webLogger->expects($this->once())->method('clear');

0 commit comments

Comments
 (0)