Example #1
0
 public function testGetType()
 {
     $object = new CharacterString('Hello World');
     $this->assertEquals(Identifier::CHARACTER_STRING, $object->getType());
 }