Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
$pathToCommittedTestModules = $testFrameworkDir . '/../_files/Magento' | |
$pathToInstalledMagentoInstanceModules = $testFrameworkDir . '/../../../../app/code/Magento' | |
$iterator | |
$pathPattern = $pathToInstalledMagentoInstanceModules . '/TestModule*/registration.php' | |
$files = glob($pathPattern, GLOB_NOSORT) | |
$files = glob($pathPattern, GLOB_NOSORT) |
Definition at line 34 of file deployTestModules.php.
$iterator |
Definition at line 14 of file deployTestModules.php.
$pathPattern = $pathToInstalledMagentoInstanceModules . '/TestModule*/registration.php' |
Definition at line 33 of file deployTestModules.php.
$pathToCommittedTestModules = $testFrameworkDir . '/../_files/Magento' |
Copy test modules to app/code/Magento to make them visible for Magento instance
Definition at line 12 of file deployTestModules.php.
$pathToInstalledMagentoInstanceModules = $testFrameworkDir . '/../../../../app/code/Magento' |
Definition at line 13 of file deployTestModules.php.