ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Public Member Functions | |
prepare (\ilDBInterface $db) | |
Prepare the execution of the steps. More... | |
step_1 () | |
step_2 () | |
step_3 () | |
step_4 () | |
step_5 () | |
step_6 () | |
step_7 () | |
step_8 () | |
step_9 () | |
step_10 () | |
step_11 () | |
step_12 () | |
Protected Attributes | |
ilDBInterface | $db |
Definition at line 27 of file Test10DBUpdateSteps.php.
ILIAS\Test\Setup\Test10DBUpdateSteps::prepare | ( | \ilDBInterface | $db | ) |
Prepare the execution of the steps.
Do not use anything from the globals or the DIC inside your steps, only use the instance of the database provided here.
Implements ilDatabaseUpdateSteps.
Definition at line 31 of file Test10DBUpdateSteps.php.
References ILIAS\Test\Setup\Test10DBUpdateSteps\$db.
ILIAS\Test\Setup\Test10DBUpdateSteps::step_1 | ( | ) |
Definition at line 36 of file Test10DBUpdateSteps.php.
ILIAS\Test\Setup\Test10DBUpdateSteps::step_10 | ( | ) |
Definition at line 402 of file Test10DBUpdateSteps.php.
ILIAS\Test\Setup\Test10DBUpdateSteps::step_11 | ( | ) |
ILIAS\Test\Setup\Test10DBUpdateSteps::step_12 | ( | ) |
Definition at line 430 of file Test10DBUpdateSteps.php.
References ilDBConstants\T_INTEGER, ilDBConstants\T_TEXT, and ILIAS\Test\ExportImport\DBRepository\TST_EXPORT_TABLE.
ILIAS\Test\Setup\Test10DBUpdateSteps::step_2 | ( | ) |
ILIAS\Test\Setup\Test10DBUpdateSteps::step_3 | ( | ) |
Definition at line 69 of file Test10DBUpdateSteps.php.
References ILIAS\Test\Logging\TestLoggingDatabaseRepository\ERROR_LOG_TABLE, ILIAS\Test\Logging\TestLoggingDatabaseRepository\PARTICIPANT_LOG_TABLE, ILIAS\Test\Logging\TestLoggingDatabaseRepository\QUESTION_ADMINISTRATION_LOG_TABLE, ILIAS\Test\Logging\TestLoggingDatabaseRepository\SCORING_LOG_TABLE, ilDBConstants\T_CLOB, ilDBConstants\T_INTEGER, ilDBConstants\T_TEXT, and ILIAS\Test\Logging\TestLoggingDatabaseRepository\TEST_ADMINISTRATION_LOG_TABLE.
ILIAS\Test\Setup\Test10DBUpdateSteps::step_4 | ( | ) |
Definition at line 286 of file Test10DBUpdateSteps.php.
ILIAS\Test\Setup\Test10DBUpdateSteps::step_5 | ( | ) |
ILIAS\Test\Setup\Test10DBUpdateSteps::step_6 | ( | ) |
Definition at line 356 of file Test10DBUpdateSteps.php.
ILIAS\Test\Setup\Test10DBUpdateSteps::step_7 | ( | ) |
Definition at line 363 of file Test10DBUpdateSteps.php.
ILIAS\Test\Setup\Test10DBUpdateSteps::step_8 | ( | ) |
ILIAS\Test\Setup\Test10DBUpdateSteps::step_9 | ( | ) |
Definition at line 397 of file Test10DBUpdateSteps.php.
|
protected |
Definition at line 29 of file Test10DBUpdateSteps.php.
Referenced by ILIAS\Test\Setup\Test10DBUpdateSteps\prepare().