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

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

public testUnquotedIntoID ( )
    public function testUnquotedIntoID()
    {
        $this->expectFailsRule(new ArgumentsOfCorrectType(), '
        {
          complicatedArgs {
            idArgField(idArg: SOMETHING)
          }
        }
        ', [$this->badValue('idArg', 'ID', 'SOMETHING', 4, 31)]);
    }
ArgumentsOfCorrectTypeTest