@@ -8,7 +8,6 @@ |
||
8 | 8 | */ |
9 | 9 | namespace eZ\Publish\API\Repository\Tests\Common; |
10 | 10 | |
11 | -use eZ\Publish\API\Repository\Values\Content\Query; |
|
12 | 11 | use eZ\Publish\API\Repository\Values\Content\Query\Criterion; |
13 | 12 | use eZ\Publish\API\Repository\Values\Content\Query\SortClause; |
14 | 13 | use eZ\Publish\API\Repository\Values\Content\Query\FacetBuilder; |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Behat\Behat\Context\Context; |
8 | 8 | use Behat\Behat\Context\SnippetAcceptingContext; |
9 | 9 | use Behat\Behat\Hook\Scope\BeforeScenarioScope; |
10 | -use eZ\Publish\API\Repository\Values\Content\Content; |
|
11 | 10 | use eZ\Publish\API\Repository\Values\Content\VersionInfo; |
12 | 11 | use EzSystems\BehatBundle\Context\Browser\Context as BrowserContext; |
13 | 12 | use EzSystems\PlatformBehatBundle\Context\SubContext\DeprecationNoticeSupressor; |
@@ -9,10 +9,9 @@ |
||
9 | 9 | namespace eZ\Publish\Core\MVC\Symfony\SiteAccess\Tests; |
10 | 10 | |
11 | 11 | use eZ\Publish\Core\MVC\Symfony\SiteAccess; |
12 | -use eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\URIText; |
|
12 | +use eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\URIText as URITextMatcher; |
|
13 | 13 | use PHPUnit\Framework\TestCase; |
14 | 14 | use eZ\Publish\Core\MVC\Symfony\SiteAccess\Router; |
15 | -use eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\URIText as URITextMatcher; |
|
16 | 15 | use eZ\Publish\Core\MVC\Symfony\Routing\SimplifiedRequest; |
17 | 16 | use eZ\Publish\Core\MVC\Symfony\SiteAccess\MatcherBuilder; |
18 | 17 | use Psr\Log\LoggerInterface; |
@@ -9,7 +9,7 @@ discard block |
||
9 | 9 | namespace eZ\Publish\Core\Persistence\Legacy\Tests\Content; |
10 | 10 | |
11 | 11 | use eZ\Publish\Core\Persistence\Legacy\Tests\TestCase; |
12 | -use eZ\Publish\Core\Persistence\Legacy\Content\Location\Handler; |
|
12 | +use eZ\Publish\Core\Persistence\Legacy\Content\Location\Handler as LocationHandler; |
|
13 | 13 | use eZ\Publish\Core\Persistence\Legacy\Content\Location\Gateway; |
14 | 14 | use eZ\Publish\SPI\Persistence\Content\Location\UpdateStruct; |
15 | 15 | use eZ\Publish\SPI\Persistence\Content\Location\CreateStruct; |
@@ -23,7 +23,6 @@ discard block |
||
23 | 23 | use eZ\Publish\SPI\Persistence\Content\ObjectState; |
24 | 24 | use eZ\Publish\Core\Persistence\Legacy\Content\ObjectState\Handler as ObjectStateHandler; |
25 | 25 | use eZ\Publish\SPI\Persistence\Content\ObjectState\Group as ObjectStateGroup; |
26 | -use eZ\Publish\Core\Persistence\Legacy\Content\Location\Handler as LocationHandler; |
|
27 | 26 | |
28 | 27 | /** |
29 | 28 | * Test case for LocationHandlerTest. |
@@ -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; |