@@ -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; |
@@ -9,7 +9,6 @@ |
||
9 | 9 | use eZ\Publish\API\Repository\Repository; |
10 | 10 | use eZ\Publish\API\Repository\Values\Content\Content; |
11 | 11 | use eZ\Publish\API\Repository\Values\Content\Location; |
12 | -use eZ\Publish\API\Repository\Values\Content\VersionInfo; |
|
13 | 12 | use eZ\Publish\Core\Base\Exceptions\InvalidArgumentException; |
14 | 13 | use eZ\Publish\Core\Base\Exceptions\UnauthorizedException; |
15 | 14 | use eZ\Publish\Core\Helper\ContentInfoLocationLoader; |