public function testGetType()
 {
     $object = new GeneralizedTime();
     $this->assertEquals(Identifier::GENERALIZED_TIME, $object->getType());
 }