예제 #1
0
파일: ResultTest.php 프로젝트: smasty/neevo
 public function testFetchAllOffset()
 {
     $this->assertEquals(array($this->result->getConnection()->getDriver()->getRow(1)), array_map('iterator_to_array', $this->result->fetchAll(1, 1)));
 }