@@ -19,8 +19,6 @@ |
||
| 19 | 19 | use eZ\Publish\API\Repository\Values\Content\LocationQuery; |
| 20 | 20 | use eZ\Publish\API\Repository\Repository as RepositoryInterface; |
| 21 | 21 | use eZ\Publish\API\Repository\Values\Content\Search\SearchResult; |
| 22 | -use eZ\Publish\API\Repository\Exceptions\NotFoundException as APINotFoundException; |
|
| 23 | -use eZ\Publish\API\Repository\Exceptions\UnauthorizedException as APIUnauthorizedException; |
|
| 24 | 22 | use eZ\Publish\Core\Base\Exceptions\NotFoundException; |
| 25 | 23 | use eZ\Publish\Core\Base\Exceptions\InvalidArgumentException; |
| 26 | 24 | use eZ\Publish\Core\Base\Exceptions\InvalidArgumentType; |
@@ -9,7 +9,6 @@ |
||
| 9 | 9 | namespace eZ\Publish\Core\Repository\Tests\Service\Mock; |
| 10 | 10 | |
| 11 | 11 | use eZ\Publish\Core\Base\Exceptions\NotFoundException; |
| 12 | -use eZ\Publish\Core\Base\Exceptions\UnauthorizedException; |
|
| 13 | 12 | use eZ\Publish\Core\Repository\ContentService; |
| 14 | 13 | use eZ\Publish\Core\Repository\Helper\DomainMapper; |
| 15 | 14 | use eZ\Publish\Core\Repository\Tests\Service\Mock\Base as BaseServiceMockTest; |