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

assertGraphNotExist() protected method

protected assertGraphNotExist ( $q )
    protected function assertGraphNotExist($q)
    {
        $this->assertTrue($this->checkGraph($q)->size() < 1);
    }