Esempio n. 1
0
 public function testSingleDetectTypes()
 {
     $result = new Result(new Connection('driver=Dummy&detectTypes=true'), 'foo');
     $this->assertInternalType('int', $result->fetchSingle());
 }