|
|
$currency = new Zend_Currency(array('value' => 1000, 'locale' => 'de_AT'));
|
|
$currency = new Zend_Currency(array('value' => 1000, 'locale' => 'de_AT'));
|
|
|
$this->assertEquals('€ 2.000,00', $currency->toCurrency(null, array('value' => 2000)));
|
|
$this->assertEquals('€ 2.000,00', $currency->toCurrency(null, array('value' => 2000)));
|