GraphQL\Tests\Type\SchemaValidatorTest::testAcceptsASchemaThatSimplyHasAnInputTypeAsAFieldArg2 PHP Метод

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

Rule: NoOutputTypesAsInputArgs
    public function testAcceptsASchemaThatSimplyHasAnInputTypeAsAFieldArg2()
    {
        $this->expectToAcceptSchemaWithNormalInputArg(SchemaValidator::noOutputTypesAsInputArgsRule());
    }
SchemaValidatorTest