|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Unit tests for tree table. More...
Inheritance diagram for ilTreeTest:
Collaboration diagram for ilTreeTest:Public Member Functions | |
| testGetChild () | |
| testGetPathIdsUsingNestedSet () | |
| get path ids using nested set @group IL_Init More... | |
| testGetPathIds () | |
| get path ids (adjacenca and nested set) @group IL_Init More... | |
| testGetNodePath () | |
| @group IL_Init More... | |
| testMaxDepth () | |
| get path ids (adjacenca and nested set) @group IL_Init More... | |
| testAllOthers () | |
| get path ids (adjacenca and nested set) @group IL_Init More... | |
Static Public Member Functions | |
| testGetChildsByType () | |
| get childs by type @group IL_Init More... | |
| testGetChildsByTypeFilter () | |
| get childs by type filter @group IL_Init More... | |
| testGetSubTree () | |
| get childs by type filter @group IL_Init More... | |
Protected Member Functions | |
| setUp () | |
Protected Attributes | |
| $backupGlobals = false | |
Unit tests for tree table.
@group needsInstalledILIAS
Definition at line 33 of file ilTreeTest.php.
|
protected |
Definition at line 37 of file ilTreeTest.php.
| ilTreeTest::testAllOthers | ( | ) |
get path ids (adjacenca and nested set) @group IL_Init
return
Definition at line 163 of file ilTreeTest.php.
| ilTreeTest::testGetChild | ( | ) |
|
static |
|
static |
get childs by type filter @group IL_Init
Definition at line 69 of file ilTreeTest.php.
References $tree.
| ilTreeTest::testGetNodePath | ( | ) |
| ilTreeTest::testGetPathIds | ( | ) |
get path ids (adjacenca and nested set) @group IL_Init
return
Definition at line 121 of file ilTreeTest.php.
References $tree.
| ilTreeTest::testGetPathIdsUsingNestedSet | ( | ) |
get path ids using nested set @group IL_Init
return
Definition at line 98 of file ilTreeTest.php.
References $tree.
|
static |
get childs by type filter @group IL_Init
Definition at line 82 of file ilTreeTest.php.
| ilTreeTest::testMaxDepth | ( | ) |
|
protected |
Definition at line 35 of file ilTreeTest.php.