Example #1
0
 /**
  * @covers Model::getDefaultSparql
  * @depends testConstructorWithConfig
  */
 public function testGetDefaultSparql()
 {
     $model = new Model(new GlobalConfig('/../tests/testconfig.inc'));
     $sparql = $model->getDefaultSparql();
     $this->assertInstanceOf('GenericSparql', $sparql);
 }