File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
tests/DependencyInjection Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -512,7 +512,8 @@ public function testDependencyInjectionConfigurationDefaults(): void
512
512
513
513
$ this ->assertEquals ('doctrine.orm.naming_strategy.default ' , (string ) $ calls [11 ][1 ][0 ]);
514
514
$ this ->assertEquals ('doctrine.orm.quote_strategy.default ' , (string ) $ calls [12 ][1 ][0 ]);
515
- $ this ->assertEquals ('doctrine.orm.default_entity_listener_resolver ' , (string ) $ calls [13 ][1 ][0 ]);
515
+ $ this ->assertEquals ('doctrine.orm.typed_field_mapper.default ' , (string ) $ calls [13 ][1 ][0 ]);
516
+ $ this ->assertEquals ('doctrine.orm.default_entity_listener_resolver ' , (string ) $ calls [14 ][1 ][0 ]);
516
517
517
518
$ definition = $ container ->getDefinition ('doctrine.orm.default_metadata_cache_warmer ' );
518
519
$ this ->assertSame (DoctrineMetadataCacheWarmer::class, $ definition ->getClass ());
You can’t perform that action at this time.
0 commit comments