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

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)
 

Variable Documentation

◆ $files

$files = glob($pathPattern, GLOB_NOSORT)

Definition at line 34 of file deployTestModules.php.

◆ $iterator

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

Definition at line 14 of file deployTestModules.php.

◆ $pathPattern

$pathPattern = $pathToInstalledMagentoInstanceModules . '/TestModule*/registration.php'

Definition at line 33 of file deployTestModules.php.

◆ $pathToCommittedTestModules

$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

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

Definition at line 13 of file deployTestModules.php.