|
ILIAS
release_8 Revision v8.24
|
This is the global ILIAS test suite. More...
Inheritance diagram for ILIASSuite:
Collaboration diagram for ILIASSuite:Static Public Member Functions | |
| static | suite () |
Data Fields | |
| const | REGEX_TEST_FILENAME = "#[a-zA-Z]+Test\.php#" |
| const | PHP_UNIT_PARENT_CLASS = TestCase::class |
Static Protected Member Functions | |
| static | addTestFolderToSuite (ILIASSuite $suite) |
| Find and add all testSuits beneath ILIAS_ROOL/tests - folder. More... | |
This is the global ILIAS test suite.
It searches automatically for components test suites by scanning all Modules/.../test and Services/.../test directories for test suite files.
Test suite files are identified automatically, if they are named "ilServices[ServiceName]Suite.php" or ilModules[ModuleName]Suite.php".
Definition at line 22 of file ILIASSuite.php.
|
staticprotected |
Find and add all testSuits beneath ILIAS_ROOL/tests - folder.
Definition at line 70 of file ILIASSuite.php.
Referenced by suite().
Here is the caller graph for this function:
|
static |
Definition at line 30 of file ILIASSuite.php.
References $name, and addTestFolderToSuite().
Here is the call graph for this function:| const ILIASSuite::PHP_UNIT_PARENT_CLASS = TestCase::class |
Definition at line 28 of file ILIASSuite.php.
| const ILIASSuite::REGEX_TEST_FILENAME = "#[a-zA-Z]+Test\.php#" |
Definition at line 27 of file ILIASSuite.php.