コード例 #1
0
ファイル: KVDthes_TermTest.php プロジェクト: Tjoosten/kvd
 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());
 }