Skip to content

Commit

Permalink
Investigating if app veyor like this test better
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Aug 4, 2014
1 parent 2e3ddb9 commit c9b0bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Utility/NumberTest.php
Expand Up @@ -350,7 +350,7 @@ public function testCurrencyIntlCode() {
$expected = 'EUR 123.00';
$this->assertEquals($expected, $result);

$result = $this->Number->currency($value, 'EUR', ['useIntlCode' => true, 'locale' => 'fr_FR']);
$result = $this->Number->currency($value, 'EUR', ['useIntlCode' => true, 'locale' => 'da_DK']);
$expected = '123,00 EUR';
$this->assertEquals($expected, $result);
}
Expand Down

0 comments on commit c9b0bde

Please sign in to comment.