Applied fixes from StyleCI

This commit is contained in:
Graham Campbell
2015-12-06 06:11:20 -05:00
committed by StyleCI Bot
parent 19e3804227
commit 39422f060f
22 changed files with 22 additions and 22 deletions

View File

@@ -11,11 +11,11 @@
namespace CachetHQ\Tests\Cachet\Commands\User;
use AltThree\TestBench\CommandTrait;
use CachetHQ\Cachet\Commands\User\RemoveUserCommand;
use CachetHQ\Cachet\Handlers\Commands\User\RemoveUserCommandHandler;
use CachetHQ\Cachet\Models\User;
use CachetHQ\Tests\Cachet\AbstractTestCase;
use AltThree\TestBench\CommandTrait;
/**
* This is the remove user command test class.