Beispiel #1
0
 /**
  * @covers GenericSparql::getGraph
  */
 public function testGetGraph()
 {
     $gs = new GenericSparql('http://localhost:3030/ds/sparql', $this->graph, $this->model);
     $this->assertEquals($this->graph, $gs->getGraph());
 }