예제 #1
0
 public function testFindRevSubsectionWhenPageIsSubsection()
 {
     $active = $this->_helper->findOneByLabel('Page 2.2.1');
     $found = $this->_helper->findRevSubsection($active);
     $this->assertEquals('Page 2.2', $found->getLabel());
 }