GraphQL\Tests\Validator\ArgumentsOfCorrectTypeTest::testGoodIntValue PHP Méthode

testGoodIntValue() public méthode

public testGoodIntValue ( )
    public function testGoodIntValue()
    {
        $this->expectPassesRule(new ArgumentsOfCorrectType(), '
        {
          complicatedArgs {
            intArgField(intArg: 2)
          }
        }
        ');
    }
ArgumentsOfCorrectTypeTest