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