Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.

Commit

Permalink
[Locale] fixed a test
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Dec 15, 2012
1 parent 4c865af commit 978d379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Stub/StubLocaleTest.php
Expand Up @@ -67,7 +67,7 @@ public function testGetCurrenciesDataWithUnsupportedLocale()

public function testGetCurrenciesData()
{
$symbol = $this->isSameAsIcuVersion('4.8') ? 'BR$' : 'R$';
$symbol = $this->isGreaterOrEqualThanIcuVersion('4.8') ? 'BR$' : 'R$';

$currencies = StubLocale::getCurrenciesData('en');
$this->assertEquals($symbol, $currencies['BRL']['symbol']);
Expand Down

0 comments on commit 978d379

Please sign in to comment.