예제 #1
0
 public function testDoNotFindStartWhenGivenPageIsTheFirstPage()
 {
     $active = $this->_helper->findOneByLabel('Home');
     $actual = $this->_helper->findRelStart($active);
     $this->assertNull($actual, 'Should not find any start page');
 }