public function testCategoryFilters()
 {
     foreach ($this->getCategories() as $expected) {
         $result = $this->module->getCategoryFilters($expected['categoryId'], $expected['activeFilters']);
         $this->checkCategoryFilterResult($expected['result'], $result);
     }
 }