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