1
0
Fork 0
mirror of https://github.com/archtechx/money.git synced 2025-12-12 19:34:02 +00:00
money/tests/Pest
David Andersson 269274586a
Fixes #11 - Remove trailing zeros from formatted price (#18)
* Remove trailing zeros from formatted price

* Add setting for how to handle trailing decimal zeros

* Write tests

* Fix code style

* Rewrite function description

* Change test name

* Add empty line at end of file

* rename deleteTrailingDecimalZeros to trimTrailingDecimalZeros

* Fix grammar

* Remove unnecessary parameter declarations

* fix test name

* fix comment grammar

* fix docblock grammar

Co-authored-by: Samuel Štancl <samuel@archte.ch>
2022-05-16 13:12:13 +02:00
..
CurrencyManagerTest.php Initial commit 2021-11-16 19:06:57 +01:00
CurrencyTest.php Fixes #11 - Remove trailing zeros from formatted price (#18) 2022-05-16 13:12:13 +02:00
FormattingTest.php Fixes #11 - Remove trailing zeros from formatted price (#18) 2022-05-16 13:12:13 +02:00
HelperTest.php Initial commit 2021-11-16 19:06:57 +01:00
MathTest.php text: readme updates and code cleanup 2022-03-08 19:56:34 +05:30
MoneyTest.php test: updates 2022-03-15 17:06:44 +05:30