From d94ebd1936ed590edbd57c416837ac2bedb15560 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Thu, 5 Feb 2015 15:15:55 -0500 Subject: [PATCH] Updated test translator to match non-test service. --- module/VuFind/src/VuFindTest/Unit/TestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFind/src/VuFindTest/Unit/TestCase.php b/module/VuFind/src/VuFindTest/Unit/TestCase.php index f2e4ad43490..a57475165db 100644 --- a/module/VuFind/src/VuFindTest/Unit/TestCase.php +++ b/module/VuFind/src/VuFindTest/Unit/TestCase.php @@ -219,7 +219,7 @@ abstract class TestCase extends \PHPUnit_Framework_TestCase ) ); $this->serviceManager->setService('Config', array()); - $factory = new \Zend\I18n\Translator\TranslatorServiceFactory(); + $factory = new \Zend\Mvc\Service\TranslatorServiceFactory(); $this->serviceManager->setService( 'VuFind\Translator', $factory->createService($this->serviceManager) ); -- GitLab