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