Skip to content
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jul 21, 2013
1 parent 948a1a0 commit c07a373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MoneyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down

0 comments on commit c07a373

Please sign in to comment.