Esempio n. 1
0
 public function testFindRevSectionWhenPageIsSection()
 {
     $active = $this->_helper->findOneByLabel('Page 2.2');
     $found = $this->_helper->findRevSection($active);
     $this->assertEquals('Page 2', $found->getLabel());
 }