@@ -188,7 +188,7 @@ |
||
188 | 188 | /** |
189 | 189 | * Mock manager |
190 | 190 | * |
191 | - * @return QueueManager|MockObject |
|
191 | + * @return QueueManager |
|
192 | 192 | */ |
193 | 193 | private function mockManager(): QueueManager |
194 | 194 | { |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use SfCod\QueueBundle\Service\JobQueue; |
9 | 9 | use SfCod\QueueBundle\Service\QueueManager; |
10 | 10 | use SfCod\QueueBundle\Tests\Data\LoadTrait; |
11 | -use SfCod\SocketIoBundle\Service\Broadcast; |
|
12 | 11 | |
13 | 12 | /** |
14 | 13 | * Class JobQueueTest |