コード例 #1
0
ファイル: KVDthes_TermTest.php プロジェクト: Tjoosten/kvd
 public function testLoadState()
 {
     $this->assertTrue($this->object->isLoadState(KVDthes_Term::LS_TERM));
     $this->assertFalse($this->object->isLoadState(KVDthes_Term::LS_REL));
     $this->object->setLoadState(KVDthes_Term::LS_REL);
     $this->assertTrue($this->object->isLoadState(KVDthes_Term::LS_REL));
 }