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

Fixed broken unit tests.

parent 41c7a19c
No related merge requests found
......@@ -133,6 +133,9 @@ abstract class TestCase extends \PHPUnit_Framework_TestCase
$this->serviceManager->setService(
'VuFind\Logger', new \VuFind\Log\Logger()
);
$this->serviceManager->setService(
'VuFind\Http', new \VuFindHttp\HttpService()
);
\VuFind\Connection\Manager::setServiceLocator($this->serviceManager);
}
return $this->serviceManager;
......
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