public function testGetFilterHtmlWhenFilterNotExist()
 {
     $this->_block->setData('type', 'custom_type');
     $this->_block->setFilterType('custom_type', false);
     $this->assertEquals(' ', $this->_block->getFilterHtml());
 }