Add matchers for Money\Money
class
composer require bafor/phpspec-moneyphp-matchers
Add the following definition to your phpspec.yml
extensions:
Bafor\MoneySpecMatchers\Extension: ~
This package add matchers to compare objects of type Money\Money
(amount and currency):
shouldReturn
|shouldNotReturn
shouldBe
|shouldNotBe
shouldEqual
|shouldNotEqaul
shouldBeEqualTo
|shouldNotBeEqualTo