public function testSetGetSubtype()
 {
     $this->document->setSubtype($this->data['subtype']);
     $this->assertEquals($this->data['subtype'], $this->document->getSubtype());
 }