Exemplo n.º 1
0
 public function testGetType()
 {
     $object = new Enumerated(1);
     $this->assertEquals(Identifier::ENUMERATED, $object->getType());
 }