Esempio n. 1
0
 public function testGetType()
 {
     $object = new Boolean(true);
     $this->assertEquals(Identifier::BOOLEAN, $object->getType());
 }