GraphQL\Tests\Validator\AbstractQuerySecurityTest::assertIntrospectionQuery PHP Method

assertIntrospectionQuery() protected method

protected assertIntrospectionQuery ( $maxExpected )
    protected function assertIntrospectionQuery($maxExpected)
    {
        $query = Introspection::getIntrospectionQuery(true);
        $this->assertMaxValue($query, $maxExpected);
    }