Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Aug 2, 2023
1 parent 48f39d2 commit 783a596
Showing 1 changed file with 0 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,29 +304,6 @@ protected function getHelper(
'Solr:filtered' => 'logged-in',
]
);
$ssearchTabsHelper = $this->getMockBuilder(SearchTabsHelper::class)
->setConstructorArgs(
[
$resultsPM,
[],
[],
$request,
[
'Solr:filtered' => 'logged-in',
],
[],
]
)->onlyMethods(['getHiddenFilters', 'getTabConfig', 'getTabFilterConfig'])
->getMock();
/*$searchTabsHelper->expects($this->exactly($filtersCalls))
->method('getHiddenFilters')
->willReturn($filters);
$searchTabsHelper->expects($this->exactly($tabConfigCalls))
->method('getTabConfig')
->willReturn($tabConfig);
$searchTabsHelper->expects($this->exactly($tabFilterConfigCalls))
->method('getTabFilterConfig')
->willReturn($tabFilterConfig);*/
$searchMemory = $this->getMockBuilder(SearchMemory::class)
->disableOriginalConstructor()
->getMock();
Expand Down

0 comments on commit 783a596

Please sign in to comment.