Lines Matching +full:dokuwiki +full:- +full:branch
3 namespace dokuwiki\plugin\simplenavi\test;
5 use dokuwiki\TreeBuilder\PageTreeBuilder;
73 'set' => 'by ID, branch open',
109 'set' => 'by Title, Natural Sort, branch open',
128 'set' => 'by Title, Natural Sort, NS first, branch open',
147 'set' => 'by ID, branch open with home level',
174 $simpleNavi->initState('simplenavi', $current, $usetitle, $sort, $home);
177 $tree = $this->callInaccessibleMethod($simpleNavi, 'getTree', []);
180 $this->assertSame(join("\n", $expect), (string) $tree, $set);
211 $result = $this->callInaccessibleMethod($simpleNavi, 'isParent', [$child, $parent]);
212 $this->assertSame($expected, $result);