Completed
Push — in-memory-cache2 ( 3be408...987c52 )
by André
38:44 queued 18:27
created
Core/REST/Server/Tests/Output/ValueObjectVisitor/RestExecutedViewTest.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,9 +17,8 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/TrashServiceAuthorizationTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 namespace eZ\Publish\API\Repository\Tests;
10 10
 
11 11
 use eZ\Publish\API\Repository\Exceptions\UnauthorizedException;
12
-use eZ\Publish\API\Repository\Values\Content\Location;
13 12
 use eZ\Publish\API\Repository\Values\User\Limitation\ObjectStateLimitation;
14 13
 use eZ\Publish\Core\Repository\Repository;
15 14
 use eZ\Publish\Core\Repository\TrashService;
Please login to merge, or discard this patch.