@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Composer\IO\IOInterface; |
6 | 6 | use PhpGitHooks\Module\Configuration\Domain\Execute; |
7 | -use PhpGitHooks\Module\Configuration\Domain\PhpUnit; |
|
8 | 7 | use PhpGitHooks\Module\Configuration\Domain\PhpUnitStrictCoverage; |
9 | 8 | use PhpGitHooks\Module\Configuration\Service\HookQuestions; |
10 | 9 | use PhpGitHooks\Module\Configuration\Service\PhpGuardCoverageGitIgnoreConfigurator; |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use PhpGitHooks\Module\Git\Contract\Command\CommitMsg; |
8 | 8 | use PhpGitHooks\Module\Git\Contract\Command\CommitMsgHandler; |
9 | 9 | use PhpGitHooks\Module\Git\Contract\Exception\InvalidCommitMessageException; |
10 | -use PhpGitHooks\Module\Git\Service\CommitMsgTool; |
|
11 | 10 | use PhpGitHooks\Module\Git\Tests\Infrastructure\GitUnitTestCase; |
12 | 11 | |
13 | 12 | class CommitMsgCommandHandlerTest extends GitUnitTestCase |