@@ -6,20 +6,7 @@ |
||
6 | 6 | use Oro\Bundle\IntegrationBundle\Entity\Channel as Integration; |
7 | 7 | use OroCRM\Bundle\ChannelBundle\Entity\Channel; |
8 | 8 | use OroCRM\Bundle\MagentoBundle\Entity\MagentoSoapTransport; |
9 | - |
|
10 | - |
|
11 | -use OroCRM\Bundle\MagentoBundle\EventListener\UpdateIntegrationConnectorsListener; |
|
12 | -use OroCRM\Bundle\MagentoBundle\Provider\ChannelType; |
|
13 | -use OroCRM\Bundle\MagentoBundle\Provider\Transport\SoapTransport; |
|
14 | - |
|
15 | - |
|
16 | -use Oro\Bundle\DataGridBundle\Datagrid\Common\DatagridConfiguration; |
|
17 | 9 | use Oro\Bundle\DataGridBundle\Datagrid\ParameterBag; |
18 | -use Oro\Bundle\DataGridBundle\Event\PreBuild; |
|
19 | -use OroCRM\Bundle\MagentoBundle\EventListener\CustomerDataGridListener; |
|
20 | -use Symfony\Component\HttpFoundation\Request; |
|
21 | -use Symfony\Component\HttpFoundation\RequestStack; |
|
22 | - |
|
23 | 10 | use OroCRM\Bundle\MagentoBundle\EventListener\StoreGridListener; |
24 | 11 | |
25 | 12 | class StoreGridListenerTest extends \PHPUnit_Framework_TestCase |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Symfony\Component\Validator\Constraint; |
6 | 6 | use Symfony\Component\Validator\ConstraintValidator; |
7 | - |
|
8 | 7 | use OroCRM\Bundle\TaskBundle\Validator\Constraints\DueDateRequired; |
9 | 8 | use OroCRM\Bundle\TaskBundle\Entity\Task; |
10 | 9 |