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 805814b commit aa14e7bCopy full SHA for aa14e7b
src/Magento/FunctionalTestingFramework/Upgrade/UpgradeScriptList.php
@@ -28,7 +28,7 @@ class UpgradeScriptList implements UpgradeScriptListInterface
28
public function __construct(array $scripts = [])
29
{
30
$this->scripts = [
31
- 'upgradeTestSchema' => new UpgradePageWithNoUrl(),
+ 'upgradeTestSchema' => new UpdatePageWithNoUrl(),
32
'upgradeTestUrl' => new UpdatePageWithNoUrl(),
33
] + $scripts;
34
}
0 commit comments