GraphQL\Tests\Type\SchemaValidatorTest::testPassesOnTheIntrospectionSchema PHP Метод

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

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