예제 #1
0
파일: AModelTest.php 프로젝트: f21/paradox
 /**
  * @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');
 }