1
0
Fork 0
mirror of https://github.com/archtechx/money.git synced 2025-12-12 11:24:03 +00:00
money/tests/Pest
Mikael Dalholm 356aad9cc6 Divide rate with 100
Needed for the calculation to be correct according to the documentation. `$money->addTax(20)` and not `$money->addTax(0.2)`
2021-12-28 11:45:02 +01:00
..
CurrencyManagerTest.php Initial commit 2021-11-16 19:06:57 +01:00
CurrencyTest.php Initial commit 2021-11-16 19:06:57 +01:00
FormattingTest.php Initial commit 2021-11-16 19:06:57 +01:00
HelperTest.php Initial commit 2021-11-16 19:06:57 +01:00
MathTest.php Initial commit 2021-11-16 19:06:57 +01:00
MoneyTest.php Divide rate with 100 2021-12-28 11:45:02 +01:00