Esempio n. 1
0
 public function testDoNotFindSectionsWhenActivePageIsASection()
 {
     $active = $this->_helper->findOneByLabel('Page 2.2');
     $found = $this->_helper->findRelSection($active);
     $this->assertNull($found);
 }