@@ -11,7 +11,7 @@ discard block |
||
| 11 | 11 | namespace eZ\Publish\Core\REST\Server\Controller; |
| 12 | 12 | |
| 13 | 13 | use eZ\Publish\API\Repository\Exceptions\LimitationValidationException; |
| 14 | -use eZ\Publish\API\Repository\Exceptions\NotFoundException; |
|
| 14 | +use eZ\Publish\API\Repository\Exceptions\NotFoundException as APINotFoundException; |
|
| 15 | 15 | use eZ\Publish\Core\Base\Exceptions\ForbiddenException; |
| 16 | 16 | use eZ\Publish\Core\Base\Exceptions\InvalidArgumentException; |
| 17 | 17 | use eZ\Publish\Core\Base\Exceptions\UnauthorizedException; |
@@ -25,7 +25,6 @@ discard block |
||
| 25 | 25 | use eZ\Publish\API\Repository\LocationService; |
| 26 | 26 | use eZ\Publish\API\Repository\Values\User\RoleCreateStruct; |
| 27 | 27 | use eZ\Publish\API\Repository\Values\User\RoleUpdateStruct; |
| 28 | -use eZ\Publish\API\Repository\Exceptions\NotFoundException as APINotFoundException; |
|
| 29 | 28 | use Symfony\Component\HttpFoundation\Request; |
| 30 | 29 | |
| 31 | 30 | /** |
@@ -15,9 +15,8 @@ |
||
| 15 | 15 | use eZ\Publish\API\Repository\Values\Content\Search\SearchResult; |
| 16 | 16 | use eZ\Publish\Core\REST\Common\Tests\Output\ValueObjectVisitorBaseTest; |
| 17 | 17 | use eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor; |
| 18 | -use eZ\Publish\Core\Repository\Values\Content; |
|
| 19 | -use eZ\Publish\Core\REST\Server\Values\RestExecutedView; |
|
| 20 | 18 | use eZ\Publish\Core\Repository\Values\Content as ApiValues; |
| 19 | +use eZ\Publish\Core\REST\Server\Values\RestExecutedView; |
|
| 21 | 20 | |
| 22 | 21 | class RestExecutedViewTest extends ValueObjectVisitorBaseTest |
| 23 | 22 | { |
@@ -14,7 +14,6 @@ |
||
| 14 | 14 | use eZ\Publish\Core\Search\Legacy\Content\FullTextData; |
| 15 | 15 | use eZ\Publish\SPI\Persistence\Content; |
| 16 | 16 | use eZ\Publish\SPI\Persistence\Content\Type\Handler as SPITypeHandler; |
| 17 | -use eZ\Publish\SPI\Search\Field; |
|
| 18 | 17 | |
| 19 | 18 | /** |
| 20 | 19 | * WordIndexer gateway implementation using the Doctrine database. |