Completed
Push — master ( 9466a4...206d9f )
by Pablo
04:08
created
tests/Behaviour/CommandBusTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
tests/Infrastructure/Application.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.