예제 #1
0
 public function testFindPrevPageByTraversalShouldWrap()
 {
     $active = $this->_helper->findOneByLabel('Page 2.3');
     $expected = 'Page 2.2.2';
     $actual = $this->_helper->findRelPrev($active)->getLabel();
     $this->assertEquals($expected, $actual);
 }