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

Fixed broken tests.

parent 011693be
No related merge requests found
......@@ -57,7 +57,7 @@ class DemoTest extends \VuFindTest\Unit\TestCase
->disableOriginalConstructor()->getMock();
$this->driver = new Demo(
new \VuFind\Date\Converter(), $this->getMock('VuFindSearch\Service'),
$session
function () use ($session) { return $session; }
);
$this->driver->init();
}
......
......@@ -2511,7 +2511,7 @@ class MultiBackendTest extends \VuFindTest\Unit\TestCase
[
new \VuFind\Date\Converter(),
$this->getMock('VuFindSearch\Service'),
$session
function () use ($session) { return $session; }
]
);
}
......
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