Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Jan 30, 2025
1 parent 23f7fb4 commit eae636f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ protected function getViewHelpers($container): array
});
$record->setDbServiceManager($serviceManager);
return [
'assetPipeline' => new \VuFindTheme\View\Helper\AssetPipeline(),
'assetPipeline' => $this->createMock(\VuFindTheme\View\Helper\AssetPipeline::class),
'auth' => new \VuFind\View\Helper\Root\Auth(
$this->createMock(\VuFind\Auth\Manager::class),
$this->createMock(\VuFind\Auth\ILSAuthenticator::class)
Expand Down

0 comments on commit eae636f

Please sign in to comment.