@@ -14,7 +14,6 @@ |
||
| 14 | 14 | use Doctrine\ORM\EntityRepository; |
| 15 | 15 | use Gtt\Bundle\WorkflowExtensionsBundle\Entity\ScheduledJob; |
| 16 | 16 | use Gtt\Bundle\WorkflowExtensionsBundle\Exception\NonUniqueReschedulabeJobFoundException; |
| 17 | -use Gtt\Bundle\WorkflowExtensionsBundle\Schedule\Action\ScheduledAction; |
|
| 18 | 17 | use JMS\JobQueueBundle\Entity\Job; |
| 19 | 18 | |
| 20 | 19 | /** |
@@ -17,7 +17,6 @@ |
||
| 17 | 17 | use Gtt\Bundle\WorkflowExtensionsBundle\Action\Registry; |
| 18 | 18 | use Gtt\Bundle\WorkflowExtensionsBundle\Tests\Action\Reference\ContainerAwareActionReferenceInterface; |
| 19 | 19 | use Gtt\Bundle\WorkflowExtensionsBundle\WorkflowContext; |
| 20 | -use Symfony\Component\DependencyInjection\ContainerAwareInterface; |
|
| 21 | 20 | use Symfony\Component\DependencyInjection\ContainerInterface; |
| 22 | 21 | use Symfony\Component\Workflow\Workflow; |
| 23 | 22 | |
@@ -11,13 +11,9 @@ |
||
| 11 | 11 | |
| 12 | 12 | namespace Gtt\Bundle\WorkflowExtensionsBundle\Tests\Trigger\Event; |
| 13 | 13 | |
| 14 | -use Gtt\Bundle\WorkflowExtensionsBundle\Schedule\ScheduledTransition; |
|
| 15 | -use Gtt\Bundle\WorkflowExtensionsBundle\Schedule\TransitionScheduler; |
|
| 16 | -use Gtt\Bundle\WorkflowExtensionsBundle\Tests\TestCase; |
|
| 17 | 14 | use Gtt\Bundle\WorkflowExtensionsBundle\Trigger\Event\AbstractListener; |
| 18 | 15 | use Gtt\Bundle\WorkflowExtensionsBundle\WorkflowContext; |
| 19 | 16 | use Gtt\Bundle\WorkflowExtensionsBundle\WorkflowSubject\SubjectManipulator; |
| 20 | -use Gtt\Bundle\WorkflowExtensionsBundle\TransitionApplier; |
|
| 21 | 17 | use PHPUnit_Framework_MockObject_MockObject; |
| 22 | 18 | use PHPUnit_Framework_TestCase; |
| 23 | 19 | use Psr\Log\LoggerInterface; |