|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
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 | |
| const const const | getMockDB () |
| getMockURI () | |
| getRepo (\ilDBInterface $db) | |
Protected Attributes | |
| const | ROW_DEFAULT |
| const const | ROW_1 |
| const const const | ROW_2 |
Definition at line 28 of file DatabaseRepositoryTest.php.
|
protected |
Definition at line 72 of file DatabaseRepositoryTest.php.
References ILIAS\$db.
Referenced by 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\testUpdateWithFileImage(), and ILIAS\MetaData\Copyright\DatabaseRepositoryTest\testUpdateWithLinkImage().
Here is the caller graph for this function:
|
protected |
Definition at line 79 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 84 of file DatabaseRepositoryTest.php.
References ILIAS\$db, ILIAS\MetaData\Repository\Validation\Data\__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().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\MetaData\Copyright\DatabaseRepositoryTest::testCreateEmptyTitleException | ( | ) |
Definition at line 353 of file DatabaseRepositoryTest.php.
References ILIAS\$db, and ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getRepo().
Here is the call graph for this function:| ILIAS\MetaData\Copyright\DatabaseRepositoryTest::testCreateWithFileImage | ( | ) |
Definition at line 304 of file DatabaseRepositoryTest.php.
References ILIAS\$db, ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getMockDB(), 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 253 of file DatabaseRepositoryTest.php.
References ILIAS\$db, ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getMockDB(), 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 241 of file DatabaseRepositoryTest.php.
References ILIAS\$db, ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getMockDB(), and ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getRepo().
Here is the call graph for this function:| ILIAS\MetaData\Copyright\DatabaseRepositoryTest::testGetActiveEntries | ( | ) |
Definition at line 211 of file DatabaseRepositoryTest.php.
References ILIAS\$db, $res, ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getMockDB(), and ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getRepo().
Here is the call graph for this function:| ILIAS\MetaData\Copyright\DatabaseRepositoryTest::testGetAllEntries | ( | ) |
Definition at line 178 of file DatabaseRepositoryTest.php.
References ILIAS\$db, $res, ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getMockDB(), and ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getRepo().
Here is the call graph for this function:| ILIAS\MetaData\Copyright\DatabaseRepositoryTest::testGetDefaultEntry | ( | ) |
Definition at line 164 of file DatabaseRepositoryTest.php.
References ILIAS\$db, ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getMockDB(), and ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getRepo().
Here is the call graph for this function:| ILIAS\MetaData\Copyright\DatabaseRepositoryTest::testGetEntry | ( | ) |
Definition at line 105 of file DatabaseRepositoryTest.php.
References ILIAS\$db, ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getMockDB(), and ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getRepo().
Here is the call graph for this function:| ILIAS\MetaData\Copyright\DatabaseRepositoryTest::testGetEntryNoLinks | ( | ) |
Definition at line 132 of file DatabaseRepositoryTest.php.
References ILIAS\$db, ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getMockDB(), and ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getRepo().
Here is the call graph for this function:| ILIAS\MetaData\Copyright\DatabaseRepositoryTest::testGetEntryNoneFound | ( | ) |
Definition at line 149 of file DatabaseRepositoryTest.php.
References ILIAS\$db, ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getMockDB(), and ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getRepo().
Here is the call graph for this function:| ILIAS\MetaData\Copyright\DatabaseRepositoryTest::testReorderEntries | ( | ) |
Definition at line 449 of file DatabaseRepositoryTest.php.
References ILIAS\$db, ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getMockDB(), 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 440 of file DatabaseRepositoryTest.php.
References ILIAS\$db, and ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getRepo().
Here is the call graph for this function:| ILIAS\MetaData\Copyright\DatabaseRepositoryTest::testUpdateWithFileImage | ( | ) |
Definition at line 401 of file DatabaseRepositoryTest.php.
References ILIAS\$db, ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getMockDB(), 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 362 of file DatabaseRepositoryTest.php.
References ILIAS\$db, ILIAS\MetaData\Copyright\DatabaseRepositoryTest\getMockDB(), 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 44 of file DatabaseRepositoryTest.php.
|
protected |
Definition at line 58 of file DatabaseRepositoryTest.php.
|
protected |
Definition at line 30 of file DatabaseRepositoryTest.php.