diff --git a/module/VuFind/src/VuFindTest/Unit/TestCase.php b/module/VuFind/src/VuFindTest/Unit/TestCase.php
index f2e4ad43490576c8bd313327864187738e6af757..a57475165dbe0da15604115eb5abd1decb4fc41c 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)
             );