|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ComponentEntriesTest:
Collaboration diagram for ComponentEntriesTest:Public Member Functions | |
| testConstruct () | |
| testAddEntry () | |
| testAddEntries () | |
| testAddFromArray () | |
| testGetRootEntryId () | |
| testGetRootEntry () | |
| testGetEntryById () | |
| testGetParentsOfEntry () | |
| testIsParentOfEntry () | |
| testGetParentsOfEntryTitles () | |
| testGetDescendantsOfEntries () | |
| testGetDescendantsOfEntryTitles () | |
| testGetChildrenOfEntry () | |
| testJsonSerialize () | |
Protected Member Functions | |
| setUp () | |
Protected Attributes | |
| $entries_data | |
| Entries | $entries |
| Entry | $entry |
| array | $entry_data |
Definition at line 29 of file ComponentEntriesTest.php.
|
protected |
Definition at line 39 of file ComponentEntriesTest.php.
| ComponentEntriesTest::testAddEntries | ( | ) |
Definition at line 66 of file ComponentEntriesTest.php.
| ComponentEntriesTest::testAddEntry | ( | ) |
Definition at line 53 of file ComponentEntriesTest.php.
| ComponentEntriesTest::testAddFromArray | ( | ) |
Definition at line 81 of file ComponentEntriesTest.php.
References $entries.
| ComponentEntriesTest::testConstruct | ( | ) |
Definition at line 48 of file ComponentEntriesTest.php.
| ComponentEntriesTest::testGetChildrenOfEntry | ( | ) |
Definition at line 155 of file ComponentEntriesTest.php.
| ComponentEntriesTest::testGetDescendantsOfEntries | ( | ) |
Definition at line 143 of file ComponentEntriesTest.php.
| ComponentEntriesTest::testGetDescendantsOfEntryTitles | ( | ) |
Definition at line 149 of file ComponentEntriesTest.php.
| ComponentEntriesTest::testGetEntryById | ( | ) |
Definition at line 113 of file ComponentEntriesTest.php.
References Vendor\Package\$e, and $entries.
| ComponentEntriesTest::testGetParentsOfEntry | ( | ) |
Definition at line 125 of file ComponentEntriesTest.php.
| ComponentEntriesTest::testGetParentsOfEntryTitles | ( | ) |
Definition at line 137 of file ComponentEntriesTest.php.
| ComponentEntriesTest::testGetRootEntry | ( | ) |
Definition at line 101 of file ComponentEntriesTest.php.
References Vendor\Package\$e, and $entries.
| ComponentEntriesTest::testGetRootEntryId | ( | ) |
Definition at line 92 of file ComponentEntriesTest.php.
References $entries.
| ComponentEntriesTest::testIsParentOfEntry | ( | ) |
Definition at line 131 of file ComponentEntriesTest.php.
| ComponentEntriesTest::testJsonSerialize | ( | ) |
Definition at line 161 of file ComponentEntriesTest.php.
References $entries.
|
protected |
Definition at line 35 of file ComponentEntriesTest.php.
Referenced by testAddEntries(), testAddEntry(), testAddFromArray(), testGetEntryById(), testGetRootEntry(), testGetRootEntryId(), and testJsonSerialize().
|
protected |
Definition at line 34 of file ComponentEntriesTest.php.
|
protected |
Definition at line 36 of file ComponentEntriesTest.php.
Referenced by testAddEntries(), and testAddEntry().
|
protected |
Definition at line 37 of file ComponentEntriesTest.php.