Exemplo n.º 1
0
 public function testSetSortKey()
 {
     $this->object->setLoadState(KVDthes_Term::LS_NOTES);
     $this->object->setLoadState(KVDthes_Term::LS_REL);
     $this->object->setLoadState(KVDthes_Term::LS_MATCH);
     $this->object->setSortKey('aaa');
     $this->assertEquals('aaa', $this->object->getSortKey());
 }