Started work on Events tests

This commit is contained in:
James Brooks
2015-09-14 08:47:51 +01:00
parent b0ec13fa13
commit 687b46389d
7 changed files with 193 additions and 2 deletions
+3 -1
View File
@@ -13,7 +13,7 @@ namespace CachetHQ\Cachet\Events\User;
use CachetHQ\Cachet\Models\User;
class UserWasAddedEvent
final class UserWasAddedEvent implements UserEventInterface
{
/**
* The user that has been added.
@@ -24,6 +24,8 @@ class UserWasAddedEvent
/**
* Create a new user was added event instance.
*
* @return void
*/
public function __construct(User $user)
{