@@ -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 |
@@ -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 |
@@ -1004,7 +1004,7 @@ discard block |
||
1004 | 1004 | * |
1005 | 1005 | * This method could not be named setEmails because of bug CRM-253. |
1006 | 1006 | * |
1007 | - * @param Collection|ContactEmail[] $emails |
|
1007 | + * @param ContactEmail[] $emails |
|
1008 | 1008 | * |
1009 | 1009 | * @return Contact |
1010 | 1010 | */ |
@@ -1055,7 +1055,7 @@ discard block |
||
1055 | 1055 | /** |
1056 | 1056 | * Get emails |
1057 | 1057 | * |
1058 | - * @return Collection|ContactEmail[] |
|
1058 | + * @return Collection |
|
1059 | 1059 | */ |
1060 | 1060 | public function getEmails() |
1061 | 1061 | { |
@@ -1126,7 +1126,7 @@ discard block |
||
1126 | 1126 | * |
1127 | 1127 | * This method could not be named setPhones because of bug CRM-253. |
1128 | 1128 | * |
1129 | - * @param Collection|ContactPhone[] $phones |
|
1129 | + * @param ContactPhone[] $phones |
|
1130 | 1130 | * |
1131 | 1131 | * @return Contact |
1132 | 1132 | */ |
@@ -1177,7 +1177,7 @@ discard block |
||
1177 | 1177 | /** |
1178 | 1178 | * Get phones |
1179 | 1179 | * |
1180 | - * @return Collection|ContactPhone[] |
|
1180 | + * @return Collection |
|
1181 | 1181 | */ |
1182 | 1182 | public function getPhones() |
1183 | 1183 | { |
@@ -1375,7 +1375,7 @@ discard block |
||
1375 | 1375 | /** |
1376 | 1376 | * Gets the groups related to contact |
1377 | 1377 | * |
1378 | - * @return Group[]|Collection |
|
1378 | + * @return Collection |
|
1379 | 1379 | */ |
1380 | 1380 | public function getGroups() |
1381 | 1381 | { |
@@ -1417,7 +1417,7 @@ discard block |
||
1417 | 1417 | /** |
1418 | 1418 | * Get accounts collection |
1419 | 1419 | * |
1420 | - * @return Collection|Account[] |
|
1420 | + * @return Collection |
|
1421 | 1421 | */ |
1422 | 1422 | public function getAccounts() |
1423 | 1423 | { |
@@ -4,15 +4,12 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\Common\Collections\ArrayCollection; |
6 | 6 | use Doctrine\ORM\EntityRepository; |
7 | - |
|
8 | 7 | use Doctrine\Common\DataFixtures\AbstractFixture; |
9 | 8 | use Doctrine\Common\Persistence\ObjectManager; |
10 | - |
|
11 | 9 | use Oro\Bundle\OrganizationBundle\Entity\BusinessUnit; |
12 | 10 | use Oro\Bundle\OrganizationBundle\Entity\Organization; |
13 | 11 | use Symfony\Component\DependencyInjection\ContainerInterface; |
14 | 12 | use Symfony\Component\DependencyInjection\ContainerAwareInterface; |
15 | - |
|
16 | 13 | use Oro\Bundle\UserBundle\Entity\UserManager; |
17 | 14 | use Oro\Bundle\UserBundle\Entity\User; |
18 | 15 |
@@ -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 |
@@ -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 |
@@ -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 |
@@ -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 |
@@ -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 |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use OroCRM\Bundle\MagentoBundle\Provider\Iterator\NewsletterSubscriberBridgeIterator; |
6 | 6 | use OroCRM\Bundle\MagentoBundle\Provider\Iterator\UpdatedLoaderInterface; |
7 | -use OroCRM\Bundle\MagentoBundle\Provider\Transport\MagentoTransportInterface; |
|
8 | 7 | |
9 | 8 | class NewsletterSubscriberBridgeIteratorTest extends BaseIteratorTestCase |
10 | 9 | { |