diff --git a/tests/MoneyTest.php b/tests/MoneyTest.php index 4036cf98..9827eede 100644 --- a/tests/MoneyTest.php +++ b/tests/MoneyTest.php @@ -87,7 +87,7 @@ public function testCurrencyCanBeRetrieved(Money $m) * @covers SebastianBergmann\Money\Money::add * @covers SebastianBergmann\Money\Money::newMoney */ - public function testAnotherMoneyWithSameCurrencyObjectCanBeAdded() + public function testAnotherMoneyObjectWithSameCurrencyCanBeAdded() { $a = new Money(1, new Currency('EUR')); $b = new Money(2, new Currency('EUR'));