@@ -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 |
@@ -6,11 +6,8 @@ |
||
6 | 6 | use Doctrine\Common\DataFixtures\AbstractFixture; |
7 | 7 | use Doctrine\Common\Persistence\ObjectManager; |
8 | 8 | use Doctrine\ORM\EntityManager; |
9 | - |
|
10 | 9 | use Symfony\Component\DependencyInjection\ContainerAwareInterface; |
11 | -use Symfony\Component\DependencyInjection\ContainerInterface; |
|
12 | 10 | use Symfony\Component\DependencyInjection\ContainerAwareTrait; |
13 | - |
|
14 | 11 | use OroCRM\Bundle\CaseBundle\Entity\CaseComment; |
15 | 12 | use OroCRM\Bundle\CaseBundle\Entity\CaseEntity; |
16 | 13 | use Oro\Bundle\OrganizationBundle\Entity\Organization; |
@@ -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 |