moneyphp / money

PHP implementation of Fowler's Money pattern.
http://moneyphp.org
MIT License
4.63k stars 441 forks source link

Added failing test for BitcoinMoneyParser #542

Closed cebe closed 5 years ago

cebe commented 5 years ago

see issue #541

Also added tests for DecimalMoneyParser which does not seem to be affected by this issue.

cebe commented 5 years ago

this could probably be solved by #529

cebe commented 5 years ago

@frederikbosch thanks for the fix! how about the tests on DecimalMoneyParserTest.php ? I think these should be added too.