The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit e47eab2f authored by Demian Katz's avatar Demian Katz
Browse files

Fixed broken test.

parent d5dada10
......@@ -48,7 +48,9 @@ class ResultFeedTest extends \VuFindTest\Unit\ViewHelperTestCase
{
$recordLink = $this->getMock(
'VuFind\View\Helper\Root\RecordLink', array(),
array(new \VuFind\Record\Router(new \VuFind\Record\Loader()))
array(new \VuFind\Record\Router(
new \VuFind\Record\Loader(), new \Zend\Config\Config(array()))
)
);
$recordLink->expects($this->any())->method('getUrl')
->will($this->returnValue('test/url'));
......
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