GraphAware\Neo4j\OGM\Tests\Integration\IntegrationTestCase::assertGraphNotExist PHP 메소드

assertGraphNotExist() 보호된 메소드

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