GraphAware\Neo4j\OGM\Tests\Integration\IntegrationTestCase::checkGraph PHP Method

checkGraph() protected method

protected checkGraph ( $q )
    protected function checkGraph($q)
    {
        return $this->client->run('MATCH ' . $q . ' RETURN *');
    }