mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 09:24:33 -04:00
Additional tests
This commit is contained in:
parent
328d00e235
commit
6fcd321ce2
@ -46,9 +46,9 @@ class NumberTest extends TestCase
|
|||||||
$res = Number::parseFloat($value);
|
$res = Number::parseFloat($value);
|
||||||
|
|
||||||
$this->assertEquals(-2200.0, $res);
|
$this->assertEquals(-2200.0, $res);
|
||||||
|
|
||||||
$this->assertEquals(-2200, $res);
|
$this->assertEquals(-2200, $res);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testConvertDecimalCommaFloats()
|
public function testConvertDecimalCommaFloats()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user