There was an error while loading. Please reload this page.
1 parent 9b71f30 commit ef6f241Copy full SHA for ef6f241
src/Symfony/Component/Locale/Tests/Stub/StubLocaleTest.php
@@ -67,7 +67,7 @@ public function testGetCurrenciesDataWithUnsupportedLocale()
67
68
public function testGetCurrenciesData()
69
{
70
- $symbol = $this->isGreaterOrEqualThanIcuVersion('4.8') ? 'BR$' : 'R$';
+ $symbol = $this->isSameAsIcuVersion('4.8') ? 'BR$' : 'R$';
71
72
$currencies = StubLocale::getCurrenciesData('en');
73
$this->assertEquals($symbol, $currencies['BRL']['symbol']);
0 commit comments