Exemplo n.º 1
0
 public function testDrop()
 {
     $model = new BaseModel($this->connection);
     $this->setExpectedException('Exception');
     $model->drop();
 }