Skip to content

Commit

Permalink
typed_field_mapper - adding to tests;
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Fastyn committed May 15, 2024
1 parent 9d6e6bb commit 52e9338
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/DependencyInjection/DoctrineExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,8 @@ public function testDependencyInjectionConfigurationDefaults(): void

$this->assertEquals('doctrine.orm.naming_strategy.default', (string) $calls[11][1][0]);
$this->assertEquals('doctrine.orm.quote_strategy.default', (string) $calls[12][1][0]);
$this->assertEquals('doctrine.orm.default_entity_listener_resolver', (string) $calls[13][1][0]);
$this->assertEquals('doctrine.orm.typed_field_mapper.default', (string) $calls[13][1][0]);
$this->assertEquals('doctrine.orm.default_entity_listener_resolver', (string) $calls[14][1][0]);

$definition = $container->getDefinition('doctrine.orm.default_metadata_cache_warmer');
$this->assertSame(DoctrineMetadataCacheWarmer::class, $definition->getClass());
Expand Down

0 comments on commit 52e9338

Please sign in to comment.