ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
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 () | |
Protected Attributes | |
ilDBInterface | $db |
Private Member Functions | |
dropCols ($table, $cols) | |
Definition at line 23 of file class.ilTestNoHintsDBUpdateSteps.php.
|
private |
Definition at line 32 of file class.ilTestNoHintsDBUpdateSteps.php.
Referenced by ILIAS\Test\Setup\ilTestNoHintsDBUpdateSteps\step_1(), ILIAS\Test\Setup\ilTestNoHintsDBUpdateSteps\step_2(), ILIAS\Test\Setup\ilTestNoHintsDBUpdateSteps\step_3(), and ILIAS\Test\Setup\ilTestNoHintsDBUpdateSteps\step_4().
ILIAS\Test\Setup\ilTestNoHintsDBUpdateSteps::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 27 of file class.ilTestNoHintsDBUpdateSteps.php.
References ILIAS\Test\Setup\ilTestNoHintsDBUpdateSteps\$db.
ILIAS\Test\Setup\ilTestNoHintsDBUpdateSteps::step_1 | ( | ) |
Definition at line 41 of file class.ilTestNoHintsDBUpdateSteps.php.
References ILIAS\Test\Setup\ilTestNoHintsDBUpdateSteps\dropCols().
ILIAS\Test\Setup\ilTestNoHintsDBUpdateSteps::step_2 | ( | ) |
Definition at line 49 of file class.ilTestNoHintsDBUpdateSteps.php.
References ILIAS\Test\Setup\ilTestNoHintsDBUpdateSteps\dropCols().
ILIAS\Test\Setup\ilTestNoHintsDBUpdateSteps::step_3 | ( | ) |
Definition at line 57 of file class.ilTestNoHintsDBUpdateSteps.php.
References ILIAS\Test\Setup\ilTestNoHintsDBUpdateSteps\dropCols().
ILIAS\Test\Setup\ilTestNoHintsDBUpdateSteps::step_4 | ( | ) |
Definition at line 65 of file class.ilTestNoHintsDBUpdateSteps.php.
References ILIAS\Test\Setup\ilTestNoHintsDBUpdateSteps\dropCols().
ILIAS\Test\Setup\ilTestNoHintsDBUpdateSteps::step_5 | ( | ) |
Definition at line 73 of file class.ilTestNoHintsDBUpdateSteps.php.
ILIAS\Test\Setup\ilTestNoHintsDBUpdateSteps::step_6 | ( | ) |
Definition at line 83 of file class.ilTestNoHintsDBUpdateSteps.php.
ILIAS\Test\Setup\ilTestNoHintsDBUpdateSteps::step_7 | ( | ) |
Definition at line 90 of file class.ilTestNoHintsDBUpdateSteps.php.
|
protected |
Definition at line 25 of file class.ilTestNoHintsDBUpdateSteps.php.
Referenced by ILIAS\Test\Setup\ilTestNoHintsDBUpdateSteps\prepare().