File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -78,9 +78,11 @@ public function testAssetMapper()
78
78
{
79
79
$ container = $ this ->createContainerFromFile ('asset_mapper ' );
80
80
81
- $ definition = $ container ->getDefinition ('asset_mapper ' );
82
- $ this ->assertSame ('/assets_path/ ' , $ definition ->getArgument (3 ));
83
- $ this ->assertSame (['zip ' => 'application/zip ' ], $ definition ->getArgument (5 ));
81
+ $ definition = $ container ->getDefinition ('asset_mapper.public_assets_path_resolver ' );
82
+ $ this ->assertSame ('/assets_path/ ' , $ definition ->getArgument (1 ));
83
+
84
+ $ definition = $ container ->getDefinition ('asset_mapper.dev_server_subscriber ' );
85
+ $ this ->assertSame (['zip ' => 'application/zip ' ], $ definition ->getArgument (2 ));
84
86
85
87
$ definition = $ container ->getDefinition ('asset_mapper.importmap.renderer ' );
86
88
$ this ->assertSame (['data-turbo-track ' => 'reload ' ], $ definition ->getArgument (3 ));
You can’t perform that action at this time.
0 commit comments