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

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

    public function testGoodBooleanValue()
    {
        $this->expectPassesRule(new ArgumentsOfCorrectType(), '
        {
          complicatedArgs {
            booleanArgField(booleanArg: true)
          }
        }
      ');
    }
ArgumentsOfCorrectTypeTest