예제 #1
0
 public function testSetTerm()
 {
     $this->object->setLoadState(KVDthes_Term::LS_NOTES);
     $this->object->setLoadState(KVDthes_Term::LS_REL);
     $this->object->setLoadState(KVDthes_Term::LS_MATCH);
     $this->object->setTerm('klootschieten');
     $this->assertEquals('klootschieten', $this->object->getTerm());
 }