Exemple #1
0
 /**
  * @ZF-9491
  */
 public function testCurrencyWithSelfPattern()
 {
     $currency = new Currency\Currency(array('value' => 10000, 'format' => '#,#0', 'locale' => 'de_DE'));
     $this->assertEquals('1.00.00', $currency->toString());
 }