From cb178a2d9389bcf193c042331d3920e5bad33a9a Mon Sep 17 00:00:00 2001 From: Vidar Langseid Date: Thu, 18 Oct 2018 13:03:15 +0200 Subject: [PATCH] fixup! Added tests for DB gateway service --- tests/bundle/Command/GatewayTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bundle/Command/GatewayTest.php b/tests/bundle/Command/GatewayTest.php index 36ae85e1..77d31ec2 100644 --- a/tests/bundle/Command/GatewayTest.php +++ b/tests/bundle/Command/GatewayTest.php @@ -478,7 +478,7 @@ public function testUpdateContentObjectAttribute($xml, $objectId, $attributeId, protected function getGatewayService() { - return $this->getSetupFactory()->getServiceContainer()->get('ezxmltext.command.gateway'); + return $this->getSetupFactory()->getServiceContainer()->get('ezxmltext.persistence.legacy.content_model_gateway'); } public function getDB()