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