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