Exemplo n.º 1
0
 public function testNoKorteNaamGivesNaam()
 {
     $sessie = $this->getMock('KVDthes_Sessie');
     $this->object = new KVDthes_Thesaurus($sessie, 1, 'Datering');
     $this->assertEquals('Datering', $this->object->getKorteNaam());
 }