Пример #1
0
 public function testGetType()
 {
     $object = new IA5String('Hello World');
     $this->assertEquals(Identifier::IA5_STRING, $object->getType());
 }