@@ -11,7 +11,6 @@ |
||
11 | 11 | namespace eZ\Bundle\EzPublishRestBundle\Tests\Functional; |
12 | 12 | |
13 | 13 | use eZ\Bundle\EzPublishRestBundle\Tests\Functional\TestCase as RESTFunctionalTestCase; |
14 | -use eZ\Publish\API\Repository\Values\User\Limitation; |
|
15 | 14 | |
16 | 15 | class RoleTest extends RESTFunctionalTestCase |
17 | 16 | { |
@@ -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. |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Behat\Behat\Context\Context; |
8 | 8 | use Behat\Behat\Context\SnippetAcceptingContext; |
9 | 9 | use Behat\Behat\Hook\Scope\BeforeScenarioScope; |
10 | -use eZ\Publish\API\Repository\Values\Content\Content; |
|
11 | 10 | use eZ\Publish\API\Repository\Values\Content\VersionInfo; |
12 | 11 | use EzSystems\BehatBundle\Context\Browser\Context as BrowserContext; |
13 | 12 | use EzSystems\PlatformBehatBundle\Context\SubContext\DeprecationNoticeSupressor; |
@@ -15,7 +15,6 @@ |
||
15 | 15 | use eZ\Publish\API\Repository\Values\Content\VersionInfo as APIVersionInfo; |
16 | 16 | use eZ\Publish\Core\FieldType\Image\Value as ImageValue; |
17 | 17 | use eZ\Publish\Core\FieldType\Null\Value as NullValue; |
18 | -use eZ\Publish\Core\FieldType\Value as FieldTypeValue; |
|
19 | 18 | use eZ\Publish\Core\FieldType\Value; |
20 | 19 | use eZ\Publish\Core\IO\IOServiceInterface; |
21 | 20 | use eZ\Publish\Core\IO\Values\BinaryFileCreateStruct; |
@@ -17,9 +17,8 @@ |
||
17 | 17 | use eZ\Publish\Core\Repository\Values\ContentType\ContentType; |
18 | 18 | use eZ\Publish\Core\REST\Common\Tests\Output\ValueObjectVisitorBaseTest; |
19 | 19 | use eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor; |
20 | -use eZ\Publish\Core\Repository\Values\Content; |
|
21 | -use eZ\Publish\Core\REST\Server\Values\RestExecutedView; |
|
22 | 20 | use eZ\Publish\Core\Repository\Values\Content as ApiValues; |
21 | +use eZ\Publish\Core\REST\Server\Values\RestExecutedView; |
|
23 | 22 | |
24 | 23 | class RestExecutedViewTest extends ValueObjectVisitorBaseTest |
25 | 24 | { |