Skip to content
Snippets Groups Projects
Commit 51dfd560 authored by Robert Lange's avatar Robert Lange
Browse files

refs #22022 [finc] adapt slot view helper in unit test

parent 8a6a1607
Branches
Tags
No related merge requests found
......@@ -144,7 +144,8 @@ class SolrBaseTestCase extends VuFindTestCase
'serverUrl' => $serverUrl,
'config' => $config,
'url' => $url,
'context' => new \VuFind\View\Helper\Root\Context()
'context' => new \VuFind\View\Helper\Root\Context(),
'slot' => new \VuFindTheme\View\Helper\Slot()
];
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment