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

testNoArgsOnMultipleOptional() 공개 메소드

    public function testNoArgsOnMultipleOptional()
    {
        $this->expectPassesRule(new ArgumentsOfCorrectType(), '
        {
          complicatedArgs {
            multipleOpts
          }
        }
        ');
    }
ArgumentsOfCorrectTypeTest