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 | |
$testModuleNames = array_diff(scandir($pathToCommittedTestModules), ['..', '.']) | |
$iterator |
Definition at line 16 of file removeTestModules.php.
$pathToCommittedTestModules = $testFrameworkDir . '/../_files/Magento' |
Copy test modules to app/code/Magento to make them visible for Magento instance.
Definition at line 14 of file removeTestModules.php.
$pathToInstalledMagentoInstanceModules = $testFrameworkDir . '/../../../../app/code/Magento' |
Definition at line 15 of file removeTestModules.php.
$testModuleNames = array_diff(scandir($pathToCommittedTestModules), ['..', '.']) |
Definition at line 21 of file removeTestModules.php.