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

Fixed broken test.

parent 71a96337
No related merge requests found
......@@ -46,7 +46,7 @@ class ResultFeedTest extends \VuFindTest\Unit\ViewHelperTestCase
*/
protected function getPlugins()
{
$recordLink = $this->getMock('VuFind\Theme\Root\Helper\RecordLink');
$recordLink = $this->getMock('VuFind\View\Helper\Root\RecordLink');
$recordLink->expects($this->any())->method('getUrl')
->will($this->returnValue('test/url'));
return array(
......
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