mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01: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…
Reference in New Issue
Block a user