Esempio n. 1
0
 public function testFetchAllOffset()
 {
     $this->assertEquals(array($this->result->getConnection()->getDriver()->getRow(1)), array_map('iterator_to_array', $this->result->fetchAll(1, 1)));
 }