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 3eea09b commit d1f57d9Copy full SHA for d1f57d9
setup/src/Magento/Setup/Test/Unit/Controller/InstallTest.php
@@ -82,7 +82,7 @@ public function testStartAction()
82
$this->assertTrue($variables['success']);
83
}
84
85
- public function testStartActionPrioInstallException()
+ public function testStartActionPriorInstallException()
86
{
87
$this->webLogger->expects($this->once())->method('clear');
88
$this->installer->expects($this->never())->method('install');
0 commit comments