Definition at line 32 of file TestSetupAgent.php.
◆ getArrayToConfigTransformation()
| ILIAS\Test\Setup\TestSetupAgent::getArrayToConfigTransformation |
( |
| ) |
|
Definition at line 79 of file TestSetupAgent.php.
81 throw new \LogicException(
"Agent has no config.");
◆ getBuildObjective()
| ILIAS\Test\Setup\TestSetupAgent::getBuildObjective |
( |
| ) |
|
◆ getInstallObjective()
| ILIAS\Test\Setup\TestSetupAgent::getInstallObjective |
( |
Config |
$config = null | ) |
|
◆ getMigrations()
| ILIAS\Test\Setup\TestSetupAgent::getMigrations |
( |
| ) |
|
Definition at line 94 of file TestSetupAgent.php.
97 new CloneIntroductionAndClosingRemarksMigration()
◆ getStatusObjective()
| ILIAS\Test\Setup\TestSetupAgent::getStatusObjective |
( |
Storage |
$storage | ) |
|
Definition at line 58 of file TestSetupAgent.php.
60 return new ObjectiveCollection(
65 new Test9DBUpdateSteps()
69 new Test10DBUpdateSteps()
◆ getUpdateObjective()
| ILIAS\Test\Setup\TestSetupAgent::getUpdateObjective |
( |
Config |
$config = null | ) |
|
Definition at line 36 of file TestSetupAgent.php.
38 return new ObjectiveCollection(
39 'Database is updated for ILIAS\Test',
42 new Test9DBUpdateSteps()
45 new Test10DBUpdateSteps()
49 'View History in Tests',
◆ hasConfig()
| ILIAS\Test\Setup\TestSetupAgent::hasConfig |
( |
| ) |
|
The documentation for this class was generated from the following file: