@@ -8,11 +8,10 @@ |
||
8 | 8 | */ |
9 | 9 | namespace eZ\Publish\API\Repository\Tests; |
10 | 10 | |
11 | -use eZ\Publish\API\Repository\Tests\SetupFactory\LegacyElasticsearch as LegacyElasticsearchSetupFactory; |
|
11 | +use eZ\Publish\API\Repository\Tests\SetupFactory\LegacyElasticsearch; |
|
12 | 12 | use eZ\Publish\API\Repository\Values\Content\ContentInfo; |
13 | 13 | use eZ\Publish\API\Repository\Exceptions\NotFoundException; |
14 | 14 | use eZ\Publish\API\Repository\SearchService; |
15 | -use eZ\Publish\API\Repository\Tests\SetupFactory\LegacyElasticsearch; |
|
16 | 15 | use eZ\Publish\API\Repository\Values\Content\LocationQuery; |
17 | 16 | use eZ\Publish\API\Repository\Values\Content\Query; |
18 | 17 | use eZ\Publish\API\Repository\Values\Content\Query\Criterion; |
@@ -9,7 +9,6 @@ |
||
9 | 9 | namespace eZ\Publish\API\Repository\Tests; |
10 | 10 | |
11 | 11 | use eZ\Publish\API\Repository\Exceptions\UnauthorizedException; |
12 | -use eZ\Publish\API\Repository\Values\Content\Location; |
|
13 | 12 | use eZ\Publish\API\Repository\Values\User\Limitation\ObjectStateLimitation; |
14 | 13 | use eZ\Publish\Core\Repository\Repository; |
15 | 14 | use eZ\Publish\Core\Repository\TrashService; |
@@ -8,12 +8,9 @@ |
||
8 | 8 | */ |
9 | 9 | namespace eZ\Bundle\EzPublishCoreBundle\Console; |
10 | 10 | |
11 | -use eZ\Publish\Core\MVC\Exception\InvalidSiteAccessException as InvalidSiteAccess; |
|
12 | 11 | use eZ\Publish\Core\MVC\Symfony\Event\ConsoleInitEvent; |
13 | -use eZ\Publish\Core\MVC\Symfony\Event\ScopeChangeEvent; |
|
14 | 12 | use eZ\Publish\Core\MVC\Symfony\MVCEvents; |
15 | 13 | use Symfony\Bundle\FrameworkBundle\Console\Application as BaseApplication; |
16 | -use Symfony\Component\Console\ConsoleEvents; |
|
17 | 14 | use Symfony\Component\Console\Input\InputInterface; |
18 | 15 | use Symfony\Component\Console\Input\InputOption; |
19 | 16 | use Symfony\Component\Console\Output\OutputInterface; |