Exemplo n.º 1
0
 public function testFetchPairsNotDefinedRow()
 {
     $result = new Result($this->connection, 'col1, col2', 'table');
     $this->assertEquals(array('1', '2', '3'), array_keys($result->fetchPairs('id', null)));
 }