Example #1
0
 public function testResults()
 {
     $r = $this->_instances->getResults();
     $this->assertArrayHasKey('results', $r);
     $this->assertArrayHasKey('bindings', $r['results']);
     $this->assertEmpty($r['results']['bindings']);
     //on a stub store, there should be no results
 }