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\ComponentGroup;
use AltThree\TestBench\CommandTrait;
use CachetHQ\Cachet\Commands\ComponentGroup\RemoveComponentGroupCommand;
use CachetHQ\Cachet\Handlers\Commands\ComponentGroup\RemoveComponentGroupCommandHandler;
use CachetHQ\Cachet\Models\ComponentGroup;
use CachetHQ\Tests\Cachet\AbstractTestCase;
use AltThree\TestBench\CommandTrait;
/**
* This is the remove component group command test class.