GraphQL\Tests\Validator\ArgumentsOfCorrectTypeTest::testNoArgsOnMultipleOptional PHP Méthode

testNoArgsOnMultipleOptional() public méthode

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