コード例 #1
0
ファイル: NumberFormatTest.php プロジェクト: msooon/hubzilla
 /**
  * @covers ::getAccountingCurrencyPattern
  * @covers ::setAccountingCurrencyPattern
  */
 public function testAccountingCurrencyPattern()
 {
     $this->numberFormat->setAccountingCurrencyPattern('¤#,##0.00;(¤#,##0.00)');
     $this->assertEquals('¤#,##0.00;(¤#,##0.00)', $this->numberFormat->getAccountingCurrencyPattern());
 }