Fix some tests
This commit is contained in:
@@ -17,7 +17,7 @@ use CachetHQ\Cachet\Bus\Handlers\Commands\User\CreateUserCommandHandler;
|
||||
use CachetHQ\Tests\Cachet\AbstractTestCase;
|
||||
|
||||
/**
|
||||
* This is the add user command test class.
|
||||
* This is the create user command test class.
|
||||
*
|
||||
* @author James Brooks <james@alt-three.com>
|
||||
* @author Graham Campbell <graham@alt-three.com>
|
||||
@@ -16,7 +16,7 @@ use CachetHQ\Cachet\Models\MetricPoint;
|
||||
use CachetHQ\Cachet\Models\User;
|
||||
|
||||
/**
|
||||
* This is the metric point was added event test class.
|
||||
* This is the metric point was created event test class.
|
||||
*
|
||||
* @author James Brooks <james@alt-three.com>
|
||||
*/
|
||||
@@ -15,9 +15,10 @@ use CachetHQ\Cachet\Bus\Events\User\UserWasCreatedEvent;
|
||||
use CachetHQ\Cachet\Models\User;
|
||||
|
||||
/**
|
||||
* This is the user was added event test class.
|
||||
* This is the user was created event test class.
|
||||
*
|
||||
* @author Graham Campbell <graham@alt-three.com>
|
||||
* @author James Brooks <james@alt-three.com>
|
||||
*/
|
||||
class UserWasCreatedEventTest extends AbstractUserEventTestCase
|
||||
{
|
||||
Reference in New Issue
Block a user