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