Example #1
0
 public function testGetPropertiesQuery()
 {
     $q = $this->_instances->getAllPropertiesQuery();
     $this->assertInstanceOf('Erfurt_Sparql_Query2', $q);
 }