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 b3984e5 commit 250d461Copy full SHA for 250d461
src/Codeception/Module/Symfony.php
@@ -202,6 +202,9 @@ public function _getEntityManager()
202
if ($this->_getContainer()->has('doctrine.orm.default_entity_manager')) {
203
$this->persistService('doctrine.orm.default_entity_manager', true);
204
}
205
+ if ($this->_getContainer()->has('doctrine.dbal.backend_connection')) {
206
+ $this->persistService('doctrine.dbal.backend_connection', true);
207
+ }
208
209
return $this->permanentServices[$this->config['em_service']];
210
0 commit comments