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

View File

@@ -47,7 +47,7 @@ final class UserWasCreatedEvent implements ActionInterface, UserEventInterface
*/
public function __toString()
{
return 'User was added.';
return 'User was created.';
}
/**

View File

@@ -23,7 +23,7 @@ use CachetHQ\Cachet\Models\Invite;
final class UserWasInvitedEvent implements UserEventInterface
{
/**
* The invite that has been added.
* The invite that has been created.
*
* @var \CachetHQ\Cachet\Models\Invite
*/