Example #1
0
 private function assertNoShownProperties(OntoWiki_Model_Instances $i)
 {
     //only __TYPE
     $psDef = $i->getShownPropertiesPlain();
     $this->assertCount(1, $psDef);
     $triples = $i->getValueQuery()->getElements();
     $this->assertCount($this->_valueQueryDefaultTriples, $triples);
 }