Example #1
0
 public function testOnMatchMethod()
 {
     $query = new Query($this->connection);
     $onMatch = $query->onMatch();
     $this->assertInstanceOf('EndyJasmi\\Neo4j\\Clause\\OnMatchClause', $onMatch);
 }