Example #1
0
 public function testIsNotFirstIfPageNumberNotFirst()
 {
     $page = new Page($this->getMockAdapter(), $this->getMockStrategy(), 5, 3);
     $this->assertFalse($page->isFirst());
 }