@@ -42,9 +42,9 @@ |
||
| 42 | 42 | /** |
| 43 | 43 | * @param LoggerInterface $logger |
| 44 | 44 | * @param string $templateName |
| 45 | - * @param string|array $dateFilterPattern |
|
| 45 | + * @param string $dateFilterPattern |
|
| 46 | 46 | * @param string $dateFilterReplacement |
| 47 | - * @param string|array $calendarRangePattern |
|
| 47 | + * @param string[] $calendarRangePattern |
|
| 48 | 48 | * @param string $calendarRangeReplacement |
| 49 | 49 | * |
| 50 | 50 | * @throws ConnectionException |
@@ -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 |