mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:54:41 -04:00
Tests for zero decimals
This commit is contained in:
parent
995b16d7e3
commit
0a8f44b284
@ -37,5 +37,22 @@ class ZeroDecimalTest extends TestCase
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public function testCurrencyMiss()
|
||||||
|
{
|
||||||
|
|
||||||
|
$this->assertFalse(in_array("USD", $this->currencies));
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public function testCurrencyNotexist()
|
||||||
|
{
|
||||||
|
|
||||||
|
$this->assertFalse(in_array("USDddd", $this->currencies));
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user