ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Public Member Functions | |
testGetEntry () | |
testGetEntryNoLinks () | |
testGetEntryNoneFound () | |
testGetDefaultEntry () | |
testGetAllEntries () | |
testGetActiveEntries () | |
testDeleteEntry () | |
testCreateWithLinkImage () | |
testCreateWithFileImage () | |
testCreateEmptyTitleException () | |
testUpdateWithLinkImage () | |
testUpdateWithFileImage () | |
testUpdateEmptyTitleException () | |
testReorderEntries () | |
Protected Member Functions | |
const array const array const array | getDBWrapper (array ... $query_results) |
getMockURI () | |
getRepo (WrapperInterface $wrapper) | |
Protected Attributes | |
const int | NEXT_ID = 123 |
const array | ROW_DEFAULT |
const array const array | ROW_1 |
const array const array const array | ROW_2 |
Definition at line 30 of file DatabaseRepositoryTest.php.
|
protected |
Definition at line 76 of file DatabaseRepositoryTest.php.
References ILIAS\__construct(), and ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from().
Referenced by ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testCreateEmptyTitleException(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testCreateWithFileImage(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testCreateWithLinkImage(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testDeleteEntry(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testGetActiveEntries(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testGetAllEntries(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testGetDefaultEntry(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testGetEntry(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testGetEntryNoLinks(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testGetEntryNoneFound(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testReorderEntries(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testUpdateEmptyTitleException(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testUpdateWithFileImage(), and ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testUpdateWithLinkImage().
|
protected |
Definition at line 128 of file DatabaseRepositoryTest.php.
Referenced by ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getRepo(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testCreateWithFileImage(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testCreateWithLinkImage(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testUpdateWithFileImage(), and ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testUpdateWithLinkImage().
|
protected |
Definition at line 133 of file DatabaseRepositoryTest.php.
References ILIAS\GlobalScreen\Provider\__construct(), ILIAS\__construct(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getMockURI(), and ILIAS\UI\examples\Layout\Page\Standard\getURI().
Referenced by ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testCreateEmptyTitleException(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testCreateWithFileImage(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testCreateWithLinkImage(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testDeleteEntry(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testGetActiveEntries(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testGetAllEntries(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testGetDefaultEntry(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testGetEntry(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testGetEntryNoLinks(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testGetEntryNoneFound(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testReorderEntries(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testUpdateEmptyTitleException(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testUpdateWithFileImage(), and ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testUpdateWithLinkImage().
ILIAS\MetaData\Copyright\DatabaseRepositoryTest::testCreateEmptyTitleException | ( | ) |
Definition at line 362 of file DatabaseRepositoryTest.php.
References ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getDBWrapper(), and ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getRepo().
ILIAS\MetaData\Copyright\DatabaseRepositoryTest::testCreateWithFileImage | ( | ) |
Definition at line 316 of file DatabaseRepositoryTest.php.
References ILIAS\$db, ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getDBWrapper(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getMockURI(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getRepo(), null, ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
ILIAS\MetaData\Copyright\DatabaseRepositoryTest::testCreateWithLinkImage | ( | ) |
Definition at line 268 of file DatabaseRepositoryTest.php.
References ILIAS\$db, ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getDBWrapper(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getMockURI(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getRepo(), ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
ILIAS\MetaData\Copyright\DatabaseRepositoryTest::testDeleteEntry | ( | ) |
Definition at line 256 of file DatabaseRepositoryTest.php.
References ILIAS\$db, ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getDBWrapper(), and ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getRepo().
ILIAS\MetaData\Copyright\DatabaseRepositoryTest::testGetActiveEntries | ( | ) |
Definition at line 237 of file DatabaseRepositoryTest.php.
References ILIAS\$db, $res, ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getDBWrapper(), and ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getRepo().
ILIAS\MetaData\Copyright\DatabaseRepositoryTest::testGetAllEntries | ( | ) |
Definition at line 216 of file DatabaseRepositoryTest.php.
References ILIAS\$db, $res, ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getDBWrapper(), and ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getRepo().
ILIAS\MetaData\Copyright\DatabaseRepositoryTest::testGetDefaultEntry | ( | ) |
Definition at line 204 of file DatabaseRepositoryTest.php.
References ILIAS\$db, ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getDBWrapper(), and ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getRepo().
ILIAS\MetaData\Copyright\DatabaseRepositoryTest::testGetEntry | ( | ) |
Definition at line 154 of file DatabaseRepositoryTest.php.
References ILIAS\$db, ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getDBWrapper(), and ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getRepo().
ILIAS\MetaData\Copyright\DatabaseRepositoryTest::testGetEntryNoLinks | ( | ) |
Definition at line 178 of file DatabaseRepositoryTest.php.
References ILIAS\$db, ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getDBWrapper(), and ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getRepo().
ILIAS\MetaData\Copyright\DatabaseRepositoryTest::testGetEntryNoneFound | ( | ) |
Definition at line 192 of file DatabaseRepositoryTest.php.
References ILIAS\$db, ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getDBWrapper(), and ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getRepo().
ILIAS\MetaData\Copyright\DatabaseRepositoryTest::testReorderEntries | ( | ) |
Definition at line 462 of file DatabaseRepositoryTest.php.
References ILIAS\$db, ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getDBWrapper(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getRepo(), and ilDBConstants\T_INTEGER.
ILIAS\MetaData\Copyright\DatabaseRepositoryTest::testUpdateEmptyTitleException | ( | ) |
Definition at line 454 of file DatabaseRepositoryTest.php.
References ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getDBWrapper(), and ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getRepo().
ILIAS\MetaData\Copyright\DatabaseRepositoryTest::testUpdateWithFileImage | ( | ) |
Definition at line 412 of file DatabaseRepositoryTest.php.
References ILIAS\$db, ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getDBWrapper(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getMockURI(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getRepo(), ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
ILIAS\MetaData\Copyright\DatabaseRepositoryTest::testUpdateWithLinkImage | ( | ) |
Definition at line 370 of file DatabaseRepositoryTest.php.
References ILIAS\$db, ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getDBWrapper(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getMockURI(), ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getRepo(), ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
|
protected |
Definition at line 32 of file DatabaseRepositoryTest.php.
|
protected |
Definition at line 48 of file DatabaseRepositoryTest.php.
|
protected |
Definition at line 62 of file DatabaseRepositoryTest.php.
|
protected |
Definition at line 34 of file DatabaseRepositoryTest.php.