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

assertGraphExist() protected method

protected assertGraphExist ( $q )
    protected function assertGraphExist($q)
    {
        $this->assertTrue($this->checkGraph($q)->size() > 0);
    }