@@ -3,8 +3,6 @@ |
||
| 3 | 3 | namespace eZ\Publish\Core\MVC\Symfony\FieldType\RelationList; |
| 4 | 4 | |
| 5 | 5 | use eZ\Publish\API\Repository\ContentService; |
| 6 | -use eZ\Publish\API\Repository\Exceptions\NotFoundException; |
|
| 7 | -use eZ\Publish\API\Repository\Exceptions\UnauthorizedException; |
|
| 8 | 6 | use eZ\Publish\API\Repository\Values\Content\Field; |
| 9 | 7 | use eZ\Publish\Core\MVC\Symfony\FieldType\View\ParameterProviderInterface; |
| 10 | 8 | |
@@ -5,8 +5,6 @@ |
||
| 5 | 5 | use eZ\Publish\API\Repository\ContentService; |
| 6 | 6 | use eZ\Publish\API\Repository\Values\Content\ContentInfo; |
| 7 | 7 | use eZ\Publish\API\Repository\Values\Content\Field; |
| 8 | -use eZ\Publish\Core\Base\Exceptions\NotFoundException; |
|
| 9 | -use eZ\Publish\Core\Base\Exceptions\UnauthorizedException; |
|
| 10 | 8 | use eZ\Publish\Core\FieldType\RelationList\Value; |
| 11 | 9 | use eZ\Publish\Core\MVC\Symfony\FieldType\RelationList\ParameterProvider; |
| 12 | 10 | use PHPUnit\Framework\TestCase; |