Skip to content

Commit 1416667

Browse files
committed
Add Upgrade Script
- CR Fix
1 parent aa14e7b commit 1416667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Upgrade/UpgradeScriptList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class UpgradeScriptList implements UpgradeScriptListInterface
2828
public function __construct(array $scripts = [])
2929
{
3030
$this->scripts = [
31-
'upgradeTestSchema' => new UpdatePageWithNoUrl(),
31+
'upgradeTestSchema' => new UpdateTestSchemaPaths(),
3232
'upgradeTestUrl' => new UpdatePageWithNoUrl(),
3333
] + $scripts;
3434
}

0 commit comments

Comments
 (0)