Example #1
0
 public function testHasBTRelations()
 {
     $this->object->setLoadState(KVDthes_Term::LS_REL);
     $this->assertFalse($this->object->hasBTRelations());
     $this->assertEquals($this->object->hasBTRelations(), $this->object->hasBT());
 }