GraphAware\Neo4j\OGM\Tests\Integration\RelationshipBothITest::createGraph PHP Method

createGraph() private method

private createGraph ( )
    private function createGraph()
    {
        $query = 'CREATE (a:Both {name:"a"})-[:RELATES]->(b:Both {name:"b"}), (a)<-[:RELATES]-(c:Both {name:"c"})';
        $this->client->run($query);
    }