GraphQL\Tests\Type\SchemaValidatorTest::testAcceptsSchemaWithQueryTypeOfObjectType PHP Method

testAcceptsSchemaWithQueryTypeOfObjectType() public method

    public function testAcceptsSchemaWithQueryTypeOfObjectType()
    {
        $this->expectPasses(['query' => $this->someObjectType]);
    }
SchemaValidatorTest