示例#1
0
 /**
  * @depends testFetchAllWithMode
  */
 public function testCall(DBALite_Statement $stmt)
 {
     $this->assertEquals(8, $stmt->columnCount());
     return $stmt;
 }