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