GraphQL\Tests\Type\SchemaValidatorTest::testAcceptsASchemaThatSimplyHasAnInputTypeAsAFieldArg PHP Method

testAcceptsASchemaThatSimplyHasAnInputTypeAsAFieldArg() public method

    public function testAcceptsASchemaThatSimplyHasAnInputTypeAsAFieldArg()
    {
        $this->expectToAcceptSchemaWithNormalInputArg(SchemaValidator::noInputTypesAsOutputFieldsRule());
    }
SchemaValidatorTest