Пример #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testLoad()
 {
     $this->assertEquals(1, $this->object->getDocumentId());
     $this->assertInstanceOf('Gc\\Datatype\\Model', $this->object->getDatatypeModel());
 }