GraphQL\Tests\Validator\ArgumentsOfCorrectTypeTest::testOneArgOnMultipleOptional PHP Метод

testOneArgOnMultipleOptional() публичный Метод

    public function testOneArgOnMultipleOptional()
    {
        $this->expectPassesRule(new ArgumentsOfCorrectType(), '
        {
          complicatedArgs {
            multipleOpts(opt1: 1)
          }
        }
        ');
    }
ArgumentsOfCorrectTypeTest