@@ -5,7 +5,6 @@ |
||
5 | 5 | use Bruli\EventBusBundleTests\Infrastructure\Application; |
6 | 6 | use Bruli\EventBusBundleTests\Behaviour\SingleCommand; |
7 | 7 | use Bruli\EventBusBundleTests\Behaviour\SingleCommandHandler; |
8 | -use Mockery\Mock; |
|
9 | 8 | use PHPUnit\Framework\TestCase; |
10 | 9 | use Symfony\Component\Console\Input\InputInterface; |
11 | 10 | use Symfony\Component\Console\Output\OutputInterface; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | namespace Bruli\EventBusBundleTests\Infrastructure; |
5 | 5 | |
6 | 6 | use Bruli\EventBusBundle\CommandBus\CommandInterface; |
7 | -use Bruli\EventBusBundleTests\Behaviour\SingleCommand; |
|
8 | 7 | use Symfony\Component\Console\Input\InputInterface; |
9 | 8 | use Symfony\Component\Console\Output\OutputInterface; |
10 | 9 |