Example #1
0
 public function testMorphism()
 {
     $graph = new Graph();
     $this->assertInstanceOf('Cayley\\Gremlin\\Morphism', $graph->morphism());
     $this->assertEquals('graph.Morphism()', (string) $graph);
 }