Skip to content

Commit 3e6b1e2

Browse files
committed
Update FormatsPricesTest.php
1 parent 7eb1f24 commit 3e6b1e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/Unit/FormatsPricesTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
it('formats Brick\\Money instances as localized strings using application locale', function() {
1919
setlocale(LC_ALL, 'en_US');
20+
locale_set_default('en_US');
2021

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

0 commit comments

Comments
 (0)