From 1e92ff48a381ae9dbcb708fbd93ae775a41e7bbe Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Thu, 13 Sep 2012 15:53:16 -0400 Subject: [PATCH] Fixed broken tests. --- module/VuFind/src/VuFind/Tests/TestCase.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/module/VuFind/src/VuFind/Tests/TestCase.php b/module/VuFind/src/VuFind/Tests/TestCase.php index bda0284a754..1f2fdcbb4dc 100644 --- a/module/VuFind/src/VuFind/Tests/TestCase.php +++ b/module/VuFind/src/VuFind/Tests/TestCase.php @@ -125,6 +125,9 @@ abstract class TestCase extends \PHPUnit_Framework_TestCase $this->serviceManager->setService( 'SearchSpecsReader', new \VuFind\Config\SearchSpecsReader() ); + $this->serviceManager->setService( + 'Logger', new \VuFind\Log\Logger() + ); \VuFind\Connection\Manager::setServiceLocator($this->serviceManager); } return $this->serviceManager; -- GitLab