Example #1
0
 /**
  * @covers Model::getSparqlImplementation
  * @depends testConstructorWithConfig
  */
 public function testGetSparqlImplementation()
 {
     $model = new Model(new GlobalConfig('/../tests/testconfig.inc'));
     $sparql = $model->getSparqlImplementation('JenaText', 'http://api.dev.finto.fi/sparql', 'http://www.yso.fi/onto/test/');
     $this->assertInstanceOf('JenaTextSparql', $sparql);
 }