1
0
Fork 0
mirror of https://github.com/archtechx/money.git synced 2025-12-12 19:34:02 +00:00

Write tests

This commit is contained in:
David 2022-05-06 11:35:51 +02:00
parent 8fc9d4d455
commit c3e85c3e5d
No known key found for this signature in database
GPG key ID: EC68B85E411F4753
5 changed files with 32 additions and 1 deletions

View file

@ -15,4 +15,5 @@ class CZK extends Currency
protected string $thousandsSeparator = '.';
protected int $rounding = 2;
protected string $suffix = ' Kč';
protected bool $deleteTrailingDecimalZeros = false;
}