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

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

    public function testSingleValueIntoList()
    {
        $this->expectPassesRule(new ArgumentsOfCorrectType(), '
        {
          complicatedArgs {
            stringListArgField(stringListArg: "one")
          }
        }
        ');
    }
ArgumentsOfCorrectTypeTest