|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| setUp () | |
| test___construct () | |
| test_add () | |
| test_add_before () | |
| test_add_class () | |
| test_check_if_active () | |
| test_contains_active_node () | |
| test_find_active_node () | |
| test_find () | |
| test_find_expandable () | |
| test_get () | |
| test_get_css_type () | |
| test_make_active () | |
| test_remove () | |
| test_remove_class () | |
Data Fields | |
| $node | |
Static Public Attributes | |
| static | $includecoverage = array('./lib/navigationlib.php') |
| static | $excludecoverage = array() |
Protected Attributes | |
| $tree | |
| $fakeproperties | |
| $activeurl = null | |
| $inactivenode = null | |
Definition at line 31 of file testnavigationlib.php.
| setUp | ( | ) |
| test___construct | ( | ) |
| test_add | ( | ) |
| test_add_before | ( | ) |
| test_add_class | ( | ) |
| test_find | ( | ) |
| test_get | ( | ) |
| test_make_active | ( | ) |
| test_remove | ( | ) |
$activeurl = null [protected] |
Definition at line 41 of file testnavigationlib.php.
$excludecoverage = array() [static] |
Definition at line 34 of file testnavigationlib.php.
$fakeproperties [protected] |
array( 'text' => 'text', 'shorttext' => 'A very silly extra long short text string, more than 25 characters', 'key' => 'key', 'type' => 'navigation_node::TYPE_COURSE', 'action' => 'http://www.moodle.org/')
Definition at line 35 of file testnavigationlib.php.
$inactivenode = null [protected] |
Definition at line 42 of file testnavigationlib.php.
$includecoverage = array('./lib/navigationlib.php') [static] |
Definition at line 33 of file testnavigationlib.php.
| $node |
Definition at line 47 of file testnavigationlib.php.
$tree [protected] |
Definition at line 32 of file testnavigationlib.php.