Skip to content

Commit 2f19204

Browse files
author
Sergii Kovalenko
committed
MAGETWO-88054: Move declarative setup from setup to framework
1 parent e8ce9a9 commit 2f19204

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/setup-integration/framework/Magento/TestFramework/Annotation

1 file changed

+1
-1
lines changed

dev/tests/setup-integration/framework/Magento/TestFramework/Annotation/CopyModules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function startTest(\PHPUnit\Framework\TestCase $test)
5252
$this->cliCommand->introduceModule($moduleName);
5353
//Include module`s registration.php to load it
5454
$path = MAGENTO_MODULES_PATH . explode("_", $moduleName)[1] . '/registration.php';
55-
include_once $path;
55+
include $path;
5656
}
5757
}
5858
}

0 commit comments

Comments
 (0)