Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0294563

Browse files
committed
minor #53619 [AssetMapper] fix test (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- [AssetMapper] fix test | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT The response's content of a `BinaryFileResponse` is consumed by the `filterResponse()` method of the `HttpKernelBrowser`. Commits ------- 7747532 fix test
2 parents 13f326d + 7747532 commit 0294563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/AssetMapper/Tests/AssetMapperDevServerSubscriberFunctionalTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function testGettingAssetWithNonAsciiFilenameWorks()
4646
/* voilà.css */
4747
body {}
4848
49-
EOF, $response->getContent());
49+
EOF, $client->getInternalResponse()->getContent());
5050
}
5151

5252
public function test404OnUnknownAsset()

0 commit comments

Comments
 (0)