Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
removeTestModules.php File Reference

Go to the source code of this file.

Variables

 $pathToCommittedTestModules = $testFrameworkDir . '/../_files/Magento'
 
 $pathToInstalledMagentoInstanceModules = $testFrameworkDir . '/../../../../app/code/Magento'
 
 $iterator
 
 $testModuleNames = array_diff(scandir($pathToCommittedTestModules), ['..', '.'])
 

Variable Documentation

◆ $iterator

$iterator
Initial value:
= new RecursiveIteratorIterator(
new RecursiveDirectoryIterator($pathToCommittedTestModules, RecursiveDirectoryIterator::FOLLOW_SYMLINKS)
)
$pathToCommittedTestModules

Definition at line 16 of file removeTestModules.php.

◆ $pathToCommittedTestModules

$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

$pathToInstalledMagentoInstanceModules = $testFrameworkDir . '/../../../../app/code/Magento'

Definition at line 15 of file removeTestModules.php.

◆ $testModuleNames

$testModuleNames = array_diff(scandir($pathToCommittedTestModules), ['..', '.'])

Definition at line 21 of file removeTestModules.php.