@@ -3,10 +3,8 @@ |
||
| 3 | 3 | namespace OroCRM\Bundle\TestFrameworkBundle\Tests\Performance; |
| 4 | 4 | |
| 5 | 5 | use Symfony\Bundle\FrameworkBundle\Console\Application; |
| 6 | - |
|
| 7 | 6 | use Symfony\Component\HttpKernel\Kernel; |
| 8 | 7 | use Symfony\Component\DependencyInjection\Container; |
| 9 | - |
|
| 10 | 8 | use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase; |
| 11 | 9 | |
| 12 | 10 | class LoadTest extends WebTestCase |
@@ -85,7 +85,7 @@ |
||
| 85 | 85 | /** |
| 86 | 86 | * Checks if the form type should be read-only or not |
| 87 | 87 | * |
| 88 | - * @param array $options |
|
| 88 | + * @param Options $options |
|
| 89 | 89 | * |
| 90 | 90 | * @return bool |
| 91 | 91 | */ |
@@ -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 |