GraphAware\Neo4j\OGM\Tests\Integration\IntegrationTestCase::assertGraphExist PHP Метод

assertGraphExist() защищенный Метод

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