Fix some tests
This commit is contained in:
@@ -47,7 +47,7 @@ final class UserWasCreatedEvent implements ActionInterface, UserEventInterface
|
||||
*/
|
||||
public function __toString()
|
||||
{
|
||||
return 'User was added.';
|
||||
return 'User was created.';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user