Completed
Push — 7.2 ( e81664...8ad7aa )
by
unknown
54:22 queued 29:37
created
eZ/Publish/API/Repository/Tests/SetupFactory/Legacy.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
  */
9 9
 namespace eZ\Publish\API\Repository\Tests\SetupFactory;
10 10
 
11
-use Doctrine\DBAL\DBALException;
12 11
 use Doctrine\DBAL\Driver\PDOException;
13 12
 use eZ\Publish\Core\Base\ServiceContainer;
14 13
 use Symfony\Component\DependencyInjection\ContainerBuilder;
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
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 
11 11
 use eZ\Publish\API\Repository\Exceptions\ContentFieldValidationException;
12 12
 use eZ\Publish\API\Repository\Tests\PHPUnitConstraint\ValidationErrorOccurs as PHPUnitConstraintValidationErrorOccurs;
13
-use eZ\Publish\API\Repository\Values\Content\Location;
14 13
 use EzSystems\EzPlatformSolrSearchEngine\Tests\SetupFactory\LegacySetupFactory as LegacySolrSetupFactory;
15 14
 use PHPUnit\Framework\TestCase;
16 15
 use eZ\Publish\API\Repository\Repository;
Please login to merge, or discard this patch.