Exemplo n.º 1
0
 public function testSetQualifier()
 {
     $this->object->setLoadState(KVDthes_Term::LS_NOTES);
     $this->object->setLoadState(KVDthes_Term::LS_REL);
     $this->object->setLoadState(KVDthes_Term::LS_MATCH);
     $this->object->setQualifier('groot erfgoed');
     $this->assertEquals('groot erfgoed', $this->object->getQualifier());
 }