|
ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
|
Go to the source code of this file.
Namespaces | |
| namespace | ILIAS\Test\Setup |
Functions | |
| ILIAS\Test\Setup::columnIsNullable (array $column_def) | |
| ILIAS\Test\Setup::convertLegacyDate (string|\DateTimeImmutable|null $date) | |
Variables | |
| const | ILIAS\Test\Setup::T_BOOLEAN = ['type' => \ilDBConstants::T_INTEGER, 'length' => 1, 'default' => 0] |
| const | ILIAS\Test\Setup::T_TINYINT = ['type' => \ilDBConstants::T_INTEGER, 'length' => 4, 'default' => 0] |
| const | ILIAS\Test\Setup::T_BIGINT = ['type' => \ilDBConstants::T_INTEGER, 'default' => 0] |
| const | ILIAS\Test\Setup::LEGACY_STORAGE_DATE_FORMAT = 'YmdHis' |
| trait | ILIAS\Test\Setup::TestSettingsSetup |