GraphAware\Neo4j\OGM\Tests\Integration\IntegrationTestCase::assertGraphNotExist PHP Méthode

assertGraphNotExist() protected méthode

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