Skip to content

Commit c9b0bde

Browse files
committed
Investigating if app veyor like this test better
1 parent 2e3ddb9 commit c9b0bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase/Utility/NumberTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ public function testCurrencyIntlCode() {
350350
$expected = 'EUR 123.00';
351351
$this->assertEquals($expected, $result);
352352

353-
$result = $this->Number->currency($value, 'EUR', ['useIntlCode' => true, 'locale' => 'fr_FR']);
353+
$result = $this->Number->currency($value, 'EUR', ['useIntlCode' => true, 'locale' => 'da_DK']);
354354
$expected = '123,00 EUR';
355355
$this->assertEquals($expected, $result);
356356
}

0 commit comments

Comments
 (0)