Skip to content

Commit

Permalink
fixup! Added tests for DB gateway service
Browse files Browse the repository at this point in the history
  • Loading branch information
vidarl committed Oct 18, 2018
1 parent 49d2e45 commit cb178a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bundle/Command/GatewayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit cb178a2

Please sign in to comment.