Skip to content

Commit df4f2d4

Browse files
committed
AC-7850: [2.4.6-develop] Build Failures with PHP 8.2
1 parent f5ddd37 commit df4f2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Dhl/Model/CarrierTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ public function testRequestToShip(
286286
new Response(
287287
200,
288288
[],
289-
utf8_encode(file_get_contents(__DIR__ . '/../_files/response_shipping_label.xml'))
289+
mb_convert_encoding(file_get_contents(__DIR__ . '/../_files/response_shipping_label.xml'), 'UTF-8')
290290
)
291291
]
292292
);

0 commit comments

Comments
 (0)