ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Unit tests for tree table. More...
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 | |
|
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 164 of file ilTreeTest.php.
References $d.
ilTreeTest::testGetChild | ( | ) |
Definition at line 43 of file ilTreeTest.php.
|
static |
get childs by type @group IL_Init
Definition at line 56 of file ilTreeTest.php.
|
static |
get childs by type filter @group IL_Init
Definition at line 69 of file ilTreeTest.php.
ilTreeTest::testGetNodePath | ( | ) |
@group IL_Init
return
Definition at line 140 of file ilTreeTest.php.
References $res.
ilTreeTest::testGetPathIds | ( | ) |
get path ids (adjacenca and nested set) @group IL_Init
return
Definition at line 122 of file ilTreeTest.php.
ilTreeTest::testGetPathIdsUsingNestedSet | ( | ) |
get path ids using nested set @group IL_Init
return
Definition at line 99 of file ilTreeTest.php.
|
static |
get childs by type filter @group IL_Init
Definition at line 82 of file ilTreeTest.php.
ilTreeTest::testMaxDepth | ( | ) |
get path ids (adjacenca and nested set) @group IL_Init
return
Definition at line 152 of file ilTreeTest.php.
|
protected |
Definition at line 35 of file ilTreeTest.php.