|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\MetaData\Copyright\DatabaseRepositoryTest:
Collaboration diagram for ILIAS\MetaData\Copyright\DatabaseRepositoryTest:Public Member Functions | |
| testGetEntry () | |
| testGetEntryNoLinks () | |
| testGetEntryNoneFound () | |
| testGetDefaultEntry () | |
| testGetAllEntries () | |
| testGetActiveEntries () | |
| testDeleteEntry () | |
| testCreateWithLinkImage () | |
| testCreateWithFileImage () | |
| testCreateEmptyTitleException () | |
| testUpdateWithLinkImage () | |
| testUpdateWithFileImage () | |
| testUpdateEmptyTitleException () | |
| testReorderEntries () | |
Protected Member Functions | |
| getDBWrapper (array ... $query_results) | |
| getMockURI () | |
| getRepo (WrapperInterface $wrapper) | |
Protected Attributes | |
| const int | NEXT_ID = 123 |
| const array | ROW_DEFAULT |
| const array | ROW_1 |
| const array | ROW_2 |
Definition at line 30 of file DatabaseRepositoryTest.php.
|
protected |
Definition at line 76 of file DatabaseRepositoryTest.php.
References ILIAS\__construct(), ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from(), and ILIAS\MetaData\Copyright\DatabaseRepositoryTest\NEXT_ID.
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().
Here is the caller graph for this function:
|
protected |
Definition at line 133 of file DatabaseRepositoryTest.php.
References ILIAS\__construct(), ILIAS\GlobalScreen\Provider\__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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:| 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(), ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
Here is the call graph for this function:| 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.
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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.
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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.
Here is the call graph for this function:| 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.
Here is the call graph for this function:
|
protected |
Definition at line 32 of file DatabaseRepositoryTest.php.
Referenced by ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getDBWrapper().
|
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.