Beispiel #1
0
 /**
  * @covers ::getAccountingCurrencyPattern
  * @covers ::setAccountingCurrencyPattern
  */
 public function testAccountingCurrencyPattern()
 {
     $this->numberFormat->setAccountingCurrencyPattern('¤#,##0.00;(¤#,##0.00)');
     $this->assertEquals('¤#,##0.00;(¤#,##0.00)', $this->numberFormat->getAccountingCurrencyPattern());
 }