Skip to content

Commit d1f57d9

Browse files
committed
MAGETWO-52187: Magento re-install with minimum admin access breaks installation
- Minor code update based on review. Fixed a typo in unit test function name
1 parent 3eea09b commit d1f57d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function testStartAction()
8282
$this->assertTrue($variables['success']);
8383
}
8484

85-
public function testStartActionPrioInstallException()
85+
public function testStartActionPriorInstallException()
8686
{
8787
$this->webLogger->expects($this->once())->method('clear');
8888
$this->installer->expects($this->never())->method('install');

0 commit comments

Comments
 (0)