Passed
Push — master ( 90a5eb...23c09d )
by
unknown
47s queued 11s
created
tests/V2/OmsApiTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@  discard block
 block discarded – undo
13 13
 use Lamoda\OmsClient\Exception\OmsSignerErrorException;
14 14
 use Lamoda\OmsClient\Serializer\SerializerInterface;
15 15
 use Lamoda\OmsClient\V2\Dto\CloseICArrayResponse;
16
-use Lamoda\OmsClient\V2\Dto\CreateOrderForEmissionICRequestLight;
17 16
 use Lamoda\OmsClient\V2\Dto\CreateOrderForEmissionICRequestLp;
18 17
 use Lamoda\OmsClient\V2\Dto\CreateOrderForEmissionICResponse;
19 18
 use Lamoda\OmsClient\V2\Dto\GetICBufferStatusResponse;
@@ -21,7 +20,6 @@  discard block
 block discarded – undo
21 20
 use Lamoda\OmsClient\V2\Extension;
22 21
 use Lamoda\OmsClient\V2\OmsApi;
23 22
 use Lamoda\OmsClient\V2\Signer\SignerInterface;
24
-use PHPUnit\Framework\Assert;
25 23
 use PHPUnit\Framework\MockObject\MockObject;
26 24
 use PHPUnit\Framework\TestCase;
27 25
 use Psr\Http\Message\RequestInterface;
Please login to merge, or discard this patch.