Skip to content

Commit

Permalink
Fugbix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 19, 2006
1 parent 0bd21e8 commit b3b785f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastOnce extends PHPUnit_Fr
{
public function toString()
{
return 'invoke at least once';
return 'invoked at least once';
}

public function verify()
Expand Down

0 comments on commit b3b785f

Please sign in to comment.