Exemple #1
0
 /**
  * @covers Paradox\AModel::getPod
  */
 public function testGetPod()
 {
     $this->model->loadPod($this->pod);
     $this->assertInstanceOf('Paradox\\pod\\Document', $this->model->getPod(), 'The returned pod should be an instance of Paradox\\pod\\Document or it\'s children');
 }