File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,8 @@ public function testLoadSimpleSingleConnection()
226
226
'driverOptions ' => array (),
227
227
),
228
228
new Reference ('doctrine.dbal.default_connection.configuration ' ),
229
- new Reference ('doctrine.dbal.default_connection.event_manager ' )
229
+ new Reference ('doctrine.dbal.default_connection.event_manager ' ),
230
+ array (),
230
231
));
231
232
232
233
$ definition = $ container ->getDefinition ('doctrine.orm.default_entity_manager ' );
@@ -265,7 +266,8 @@ public function testLoadSingleConnection()
265
266
'logging ' => false ,
266
267
),
267
268
new Reference ('doctrine.dbal.default_connection.configuration ' ),
268
- new Reference ('doctrine.dbal.default_connection.event_manager ' )
269
+ new Reference ('doctrine.dbal.default_connection.event_manager ' ),
270
+ array (),
269
271
));
270
272
271
273
$ definition = $ container ->getDefinition ('doctrine.orm.default_entity_manager ' );
You can’t perform that action at this time.
0 commit comments