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