moneyphp / money

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

Assertions enable when testing #700

Closed frederikbosch closed 1 year ago

frederikbosch commented 1 year ago

Fix invalid assertions that turned up because assertions were not checked in CI

Fixes #698 #695