We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc25c7 commit 71d3206Copy full SHA for 71d3206
src/Codeception/Module/Symfony.php
@@ -253,8 +253,8 @@ public function _getEntityManager()
253
if ($container->has('doctrine.orm.default_entity_manager')) {
254
$this->persistPermanentService('doctrine.orm.default_entity_manager');
255
}
256
- if ($container->has('doctrine.dbal.backend_connection')) {
257
- $this->persistPermanentService('doctrine.dbal.backend_connection');
+ if ($container->has('doctrine.dbal.default_connection')) {
+ $this->persistPermanentService('doctrine.dbal.default_connection');
258
259
260
return $this->permanentServices[$emService];
0 commit comments