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()