Exemple #1
0
 /**
  * @covers Paradox\AModel::__call
  */
 public function test__call()
 {
     $this->model->loadPod($this->pod);
     $this->assertNull($this->model->getId(), 'The new pod should have no id');
 }