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