Skip to content

Commit 8a038ca

Browse files
committed
MAGETWO-90388: [FAT] Fix UpgradeSystemTest to correctly work with other components list
1 parent 23dd4b8 commit 8a038ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Setup/Test/Constraint/AssertVersionAndEditionCheck.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function processAssert(SetupWizard $setupWizard, array $upgrade)
3030
}
3131
}
3232
$actualMessage = $setupWizard->getSystemUpgrade()->getUpgradeMessage();
33-
\PHPUnit_Framework_Assert::assertContains(
33+
\PHPUnit\Framework\Assert::assertContains(
3434
$message,
3535
$actualMessage,
3636
"Updater application check is incorrect: \n"

0 commit comments

Comments
 (0)