GraphQL\Tests\Validator\ArgumentsOfCorrectTypeTest::testEmptyListValue PHP 메소드

testEmptyListValue() 공개 메소드

public testEmptyListValue ( )
    public function testEmptyListValue()
    {
        $this->expectPassesRule(new ArgumentsOfCorrectType(), '
        {
          complicatedArgs {
            stringListArgField(stringListArg: [])
          }
        }
        ');
    }
ArgumentsOfCorrectTypeTest