/**
  * @medium
  */
 public function testGetProperties()
 {
     $p = $this->_instances->getAllProperties();
     $this->assertCount(3, $p);
     $ovp = self::_onlyValues($p);
     $this->assertContains("http://www.w3.org/1999/02/22-rdf-syntax-ns#type", $ovp);
     $this->assertContains("http://model.org/prop", $ovp);
     $this->assertContains("http://www.w3.org/2000/01/rdf-schema#label", $ovp);
 }
Example #2
0
 public function testGetProperties()
 {
     $p = $this->_instances->getAllProperties();
     $this->assertEmpty($p);
     //on a stub store, there should be no results
 }