GraphQL\Tests\Validator\ArgumentsOfCorrectTypeTest::testArgOnOptionalArg PHP 메소드

testArgOnOptionalArg() 공개 메소드

    public function testArgOnOptionalArg()
    {
        $this->expectPassesRule(new ArgumentsOfCorrectType(), '
        {
          dog {
            isHousetrained(atOtherHomes: true)
          }
        }
        ');
    }
ArgumentsOfCorrectTypeTest