public function testGetTypeReturnsOnlyClassName()
 {
     $this->assertSame('TestEnum', TestEnum::getType());
     $this->assertSame('AnotherEnum', AnotherEnum::getType());
 }