Completed
Push — ezp30316_increase_default_mini... ( 25029c )
by
unknown
18:32
created
eZ/Publish/API/Repository/Tests/SearchEngineIndexingTest.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,11 +8,10 @@
 block discarded – undo
8 8
  */
9 9
 namespace eZ\Publish\API\Repository\Tests;
10 10
 
11
-use eZ\Publish\API\Repository\Tests\SetupFactory\LegacyElasticsearch as LegacyElasticsearchSetupFactory;
11
+use eZ\Publish\API\Repository\Tests\SetupFactory\LegacyElasticsearch;
12 12
 use eZ\Publish\API\Repository\Values\Content\ContentInfo;
13 13
 use eZ\Publish\API\Repository\Exceptions\NotFoundException;
14 14
 use eZ\Publish\API\Repository\SearchService;
15
-use eZ\Publish\API\Repository\Tests\SetupFactory\LegacyElasticsearch;
16 15
 use eZ\Publish\API\Repository\Values\Content\LocationQuery;
17 16
 use eZ\Publish\API\Repository\Values\Content\Query;
18 17
 use eZ\Publish\API\Repository\Values\Content\Query\Criterion;
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/BaseTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use Doctrine\DBAL\Connection;
12 12
 use eZ\Publish\API\Repository\Exceptions\ContentFieldValidationException;
13 13
 use eZ\Publish\API\Repository\Tests\PHPUnitConstraint\ValidationErrorOccurs as PHPUnitConstraintValidationErrorOccurs;
14
-use eZ\Publish\API\Repository\Values\Content\Location;
15 14
 use EzSystems\EzPlatformSolrSearchEngine\Tests\SetupFactory\LegacySetupFactory as LegacySolrSetupFactory;
16 15
 use PHPUnit\Framework\TestCase;
17 16
 use eZ\Publish\API\Repository\Repository;
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.