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

testAcceptsASchemaThatSimplyHasAnInputTypeAsAFieldArg2() public method

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