19 $this->assertEquals( $result, $this->
getLang()->formatNum(
$value ) );
24 [
'12,34,567',
'1234567' ],
25 [
'12,345',
'12345' ],
29 [
'12,345.56',
'12345.56' ],
30 [
'12,34,56,79,81,23,45,678',
'12345679812345678' ],
31 [
'.12345',
'.12345' ],
32 [
'-12,00,000',
'-1200000' ],
35 [
'-1,23,45,678', -12345678 ],
Helping class to run tests using a clean language instance.
static providerFormatNum()
testFormatNum( $result, $value)
providerFormatNum T31495 Language::formatNum