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 e8ce9a9 commit 2f19204Copy full SHA for 2f19204
dev/tests/setup-integration/framework/Magento/TestFramework/Annotation/CopyModules.php
@@ -52,7 +52,7 @@ public function startTest(\PHPUnit\Framework\TestCase $test)
52
$this->cliCommand->introduceModule($moduleName);
53
//Include module`s registration.php to load it
54
$path = MAGENTO_MODULES_PATH . explode("_", $moduleName)[1] . '/registration.php';
55
- include_once $path;
+ include $path;
56
}
57
58
0 commit comments