@@ -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; |
@@ -15,11 +15,10 @@ |
||
15 | 15 | use eZ\Publish\Core\Repository\Tests\Service\Mock\Base as BaseServiceMockTest; |
16 | 16 | use eZ\Publish\Core\Repository\Helper\DomainMapper; |
17 | 17 | use eZ\Publish\Core\Repository\Values\Content\Content; |
18 | -use eZ\Publish\SPI\Persistence\Content\ContentInfo; |
|
18 | +use eZ\Publish\SPI\Persistence\Content\ContentInfo as SPIContentInfo; |
|
19 | 19 | use eZ\Publish\SPI\Persistence\Content\Location; |
20 | 20 | use eZ\Publish\API\Repository\Values\Content\Location as APILocation; |
21 | 21 | use eZ\Publish\SPI\Persistence\Content\VersionInfo as SPIVersionInfo; |
22 | -use eZ\Publish\SPI\Persistence\Content\ContentInfo as SPIContentInfo; |
|
23 | 22 | |
24 | 23 | /** |
25 | 24 | * Mock test case for internal DomainMapper. |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use Doctrine\DBAL\Platforms\AbstractPlatform; |
15 | 15 | use Doctrine\DBAL\Schema\Schema; |
16 | 16 | use eZ\Publish\Core\Base\ServiceContainer; |
17 | -use EzSystems\DoctrineSchema\API\Exception\InvalidConfigurationException; |
|
18 | 17 | use EzSystems\DoctrineSchema\Importer\SchemaImporter; |
19 | 18 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
20 | 19 | use eZ\Publish\API\Repository\Tests\SetupFactory; |
@@ -10,7 +10,6 @@ |
||
10 | 10 | |
11 | 11 | use Exception; |
12 | 12 | use eZ\Publish\Core\Persistence\Legacy\Content\Location\Gateway as LocationGateway; |
13 | -use eZ\Publish\SPI\Persistence\Content\Field; |
|
14 | 13 | use eZ\Publish\SPI\Persistence\Content\Handler as BaseContentHandler; |
15 | 14 | use eZ\Publish\SPI\Persistence\Content\Type\Handler as ContentTypeHandler; |
16 | 15 | use eZ\Publish\Core\Persistence\Legacy\Content\UrlAlias\SlugConverter; |
@@ -12,7 +12,7 @@ discard block |
||
12 | 12 | use eZ\Publish\API\Repository\Repository as RepositoryInterface; |
13 | 13 | use eZ\Publish\Core\FieldType\FieldTypeRegistry; |
14 | 14 | use eZ\Publish\SPI\Persistence\Content\Type\Handler; |
15 | -use eZ\Publish\API\Repository\Values\ContentType\ContentType; |
|
15 | +use eZ\Publish\API\Repository\Values\ContentType\ContentType as APIContentType; |
|
16 | 16 | use eZ\Publish\API\Repository\Exceptions\NotFoundException as APINotFoundException; |
17 | 17 | use eZ\Publish\API\Repository\Exceptions\BadStateException as APIBadStateException; |
18 | 18 | use eZ\Publish\API\Repository\Values\User\User; |
@@ -20,7 +20,6 @@ discard block |
||
20 | 20 | use eZ\Publish\API\Repository\Values\ContentType\FieldDefinitionUpdateStruct; |
21 | 21 | use eZ\Publish\API\Repository\Values\ContentType\FieldDefinition as APIFieldDefinition; |
22 | 22 | use eZ\Publish\API\Repository\Values\ContentType\FieldDefinitionCreateStruct; |
23 | -use eZ\Publish\API\Repository\Values\ContentType\ContentType as APIContentType; |
|
24 | 23 | use eZ\Publish\API\Repository\Values\ContentType\ContentTypeDraft as APIContentTypeDraft; |
25 | 24 | use eZ\Publish\API\Repository\Values\ContentType\ContentTypeGroup as APIContentTypeGroup; |
26 | 25 | use eZ\Publish\API\Repository\Values\ContentType\ContentTypeUpdateStruct; |