Esempio n. 1
0
 public function testGetType()
 {
     $object = new UTF8String('Hello World');
     $this->assertEquals(Identifier::UTF8_STRING, $object->getType());
 }