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 51d92f0 commit 6239b22Copy full SHA for 6239b22
test/testing.config.php
@@ -81,9 +81,9 @@
81
'service_manager' => [
82
'factories' => [
83
'doctrine.entitymanager.orm_other' => new EntityManagerFactory('orm_other'),
84
- 'doctrine.connection.orm_other' => new DBALConnectionFactory('orm_other'),
+ 'doctrine.connection.orm_other' => new DBALConnectionFactory('orm_other'),
85
'doctrine.configuration.orm_other' => new ConfigurationFactory('orm_other'),
86
- 'doctrine.eventmanager.orm_other' => new EventManagerFactory('orm_other'),
+ 'doctrine.eventmanager.orm_other' => new EventManagerFactory('orm_other'),
87
],
88
89
];
0 commit comments