Example #1
0
 public function testToTripodArrayReturnsNullIfDocNotInGraph()
 {
     $g = new \Tripod\Mongo\MongoGraph();
     $doc = $g->to_tripod_array("http://example.com/1", "http://example.com/");
     $this->assertNull($doc);
 }