We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ddd37 commit df4f2d4Copy full SHA for df4f2d4
dev/tests/integration/testsuite/Magento/Dhl/Model/CarrierTest.php
@@ -286,7 +286,7 @@ public function testRequestToShip(
286
new Response(
287
200,
288
[],
289
- utf8_encode(file_get_contents(__DIR__ . '/../_files/response_shipping_label.xml'))
+ mb_convert_encoding(file_get_contents(__DIR__ . '/../_files/response_shipping_label.xml'), 'UTF-8')
290
)
291
]
292
);
0 commit comments