예제 #1
0
 /**
  * @covers ::runQuery
  *
  * @expectedException \Kicaj\Schema\SchemaException
  */
 public function test_runQuery_error()
 {
     $this->driver->runQuery('NOT SQL');
 }