Beispiel #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testLoad()
 {
     $this->assertInstanceOf('Gc\\Tab\\Model', $this->object->load($this->object->getId(), $this->object->getDocumentTypeId()));
 }