@@ -13,7 +13,6 @@ |
||
| 13 | 13 | use eZ\Publish\Core\FieldType\BinaryBase\Type as BinaryBaseType; |
| 14 | 14 | use eZ\Publish\SPI\Persistence\Content\FieldValue; |
| 15 | 15 | use eZ\Publish\SPI\FieldType\Value as SPIValue; |
| 16 | -use eZ\Publish\Core\FieldType\Value as BaseValue; |
|
| 17 | 16 | |
| 18 | 17 | /** |
| 19 | 18 | * The TextLine field type. |
@@ -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; |
@@ -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; |