From 6ca0e31d3230883f1c075585f3f7cf3c63a63347 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Fri, 12 Apr 2013 11:17:17 -0400
Subject: [PATCH] Old Connection Manager no longer needed in tests.

---
 module/VuFind/src/VuFindTest/Unit/TestCase.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/module/VuFind/src/VuFindTest/Unit/TestCase.php b/module/VuFind/src/VuFindTest/Unit/TestCase.php
index 6b60e643cc4..8605cb42b86 100644
--- a/module/VuFind/src/VuFindTest/Unit/TestCase.php
+++ b/module/VuFind/src/VuFindTest/Unit/TestCase.php
@@ -206,7 +206,6 @@ abstract class TestCase extends \PHPUnit_Framework_TestCase
             $this->serviceManager->setService(
                 'SharedEventManager', new \Zend\EventManager\SharedEventManager()
             );
-            \VuFind\Connection\Manager::setServiceLocator($this->serviceManager);
         }
         return $this->serviceManager;
     }
-- 
GitLab