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