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

testPassesOnTheIntrospectionSchema() public method

Type System Config
    public function testPassesOnTheIntrospectionSchema()
    {
        $this->expectPasses(['query' => Introspection::_schema()]);
    }
SchemaValidatorTest