public function testGetHtmlId()
 {
     $this->mathRandom->expects($this->any())->method('getUniqueHash')->with('id_')->willReturn('id_' . rand());
     $this->block->getHtmlId();
 }