示例#1
0
 public function testDoNotFindSubsectionsWhenActivePageIsAChapter()
 {
     $active = $this->_helper->findOneByLabel('Page 2');
     $found = $this->_helper->findRelSubsection($active);
     $this->assertNull($found);
 }