Fix some tests

This commit is contained in:
James Brooks
2017-03-18 09:49:33 +00:00
parent 485116b5ce
commit c1bd3e40fa
8 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ final class UserWasCreatedEvent implements ActionInterface, UserEventInterface
*/
public function __toString()
{
return 'User was added.';
return 'User was created.';
}
/**