mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -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);
|
||||
|
||||
$this->assertEquals(-2200.0, $res);
|
||||
|
||||
$this->assertEquals(-2200, $res);
|
||||
|
||||
|
||||
}
|
||||
|
||||
public function testConvertDecimalCommaFloats()
|
||||
|
Loading…
x
Reference in New Issue
Block a user