Skip to content

Commit 7f28bec

Browse files
committed
Update FormatsPricesTest.php
1 parent e413527 commit 7f28bec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Unit/FormatsPricesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
});
1717

1818
it('formats Brick\\Money instances as localized strings using application locale', function() {
19-
setlocale(LC_ALL, 'en_US');
19+
setlocale(LC_ALL, 'en_US.UTF-8');
2020

2121
$price = Price::USD(65550, 8)->setVat(21);
2222

0 commit comments

Comments
 (0)