Skip to content

Commit 745da80

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: fix test fix tests
2 parents a63de84 + c2fd6b0 commit 745da80

File tree

2 files changed

+1
-1
lines changed

2 files 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)