diff --git a/module/VuFind/src/VuFindTest/Unit/TestCase.php b/module/VuFind/src/VuFindTest/Unit/TestCase.php index 6b60e643cc4cacaef24162b0b3048835c662d928..8605cb42b86230077bafd00bd3c47326cf3090a7 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; }