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

Fixed broken tests.

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