Exemple #1
0
 /**
  * @covers Paradox\AModel::beforeDelete
  */
 public function testBeforeDelete()
 {
     $this->assertNull($this->model->beforeDelete(), "The beforeDelete() method should return nothing in the abstract implementation");
 }