Ejemplo n.º 1
0
 public function testCheck()
 {
     global $EndPoint4store, $modeDebug, $prefixSparql, $prefixTurtle, $graph1, $graph2;
     $s = new Endpoint($EndPoint4store, true, $modeDebug);
     $this->assertTrue($s->check());
 }