‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Package\UnitTestPackageManager Class Reference
Inheritance diagram for TYPO3\CMS\Core\Package\UnitTestPackageManager:

Public Member Functions

 initialize ()
 

Protected Member Functions

 sortAndSavePackageStates ()
 

Detailed Description

This is an intermediate package manager that loads all extensions that are present in one of the package base paths, so that the class loader can find the classes of all tests, whether the according extension is active in the installation itself or not.

Definition at line 24 of file UnitTestPackageManager.php.

Member Function Documentation

◆ initialize()

TYPO3\CMS\Core\Package\UnitTestPackageManager::initialize ( )

Initializes the package manager

Definition at line 29 of file UnitTestPackageManager.php.

◆ sortAndSavePackageStates()

TYPO3\CMS\Core\Package\UnitTestPackageManager::sortAndSavePackageStates ( )
protected

Overwrite the original method to avoid resolving dependencies (which we do not need) and saving the PackageStates.php file (which we do not want), when calling scanAvailablePackages()

Definition at line 41 of file UnitTestPackageManager.php.