Наследование: extends Youshido\GraphQL\Type\Enum\AbstractEnumType
Пример #1
0
 public function testExtendedObject()
 {
     $testEnumType = new TestEnumType();
     $this->assertEquals('TestEnum', $testEnumType->getName());
 }