Beispiel #1
0
 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));
 }