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

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

    public function testUnquotedIntoFloat()
    {
        $this->expectFailsRule(new ArgumentsOfCorrectType(), '
        {
          complicatedArgs {
            floatArgField(floatArg: FOO)
          }
        }
        ', [$this->badValue('floatArg', 'Float', 'FOO', 4, 37)]);
    }
ArgumentsOfCorrectTypeTest