Skip to content

Commit 9e97136

Browse files
committed
MTA-2996: Make extended_acceptance test suite green
- Fixed code style
1 parent 71e3f08 commit 9e97136

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/functional/tests/app/Magento/Install/Test/Constraint/AssertSuccessInstall.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ public function processAssert(Install $installPage, InstallConfig $installConfig
7676
* @param array $dbData
7777
* @return void
7878
*/
79-
private function checkInstallData(array $allData, array $adminData, array $dbData) {
79+
private function checkInstallData(array $allData, array $adminData, array $dbData)
80+
{
8081
foreach ($this->adminFieldsList as $field) {
8182
\PHPUnit_Framework_Assert::assertEquals(
8283
$allData[$field['fixture']],

0 commit comments

Comments
 (0)