Completed
Push — master ( 880d18...59db0f )
by Kamil
12s
created
src/Sylius/Behat/spec/Page/Customer/CustomerShowPageSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Sylius\Behat\Page\Product;
13 13
 
14
-use SensioLabs\Behat\PageObjectExtension\PageObject\Factory;
15 14
 use Sylius\Behat\Page\SymfonyPage;
16 15
 use Sylius\Component\Product\Model\ProductInterface;
17 16
 
Please login to merge, or discard this patch.
src/Sylius/Behat/spec/ChannelContextSetterSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace spec\Sylius\Behat\Page;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 use SensioLabs\Behat\PageObjectExtension\PageObject\PageObject;
8 7
 use Sylius\Behat\Page\Page;
9 8
 
Please login to merge, or discard this patch.
src/Sylius/Behat/spec/CookieSetterSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace spec\Sylius\Behat\Page;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 use SensioLabs\Behat\PageObjectExtension\PageObject\PageObject;
8 7
 use Sylius\Behat\Page\Page;
9 8
 
Please login to merge, or discard this patch.
src/Sylius/Behat/spec/SecurityServiceSpec.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@  discard block
 block discarded – undo
11 11
 
12 12
 namespace spec\Sylius\Behat;
13 13
 
14
-use Behat\Mink\Session;
15 14
 use PhpSpec\ObjectBehavior;
16 15
 use Prophecy\Argument;
17 16
 use Sylius\Behat\CookieSetterInterface;
@@ -19,7 +18,6 @@  discard block
 block discarded – undo
19 18
 use Sylius\Component\Core\Model\UserInterface;
20 19
 use Sylius\Component\User\Repository\UserRepositoryInterface;
21 20
 use Symfony\Component\HttpFoundation\Session\SessionInterface;
22
-use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
23 21
 
24 22
 /**
25 23
  * @author Arkadiusz Krakowiak <[email protected]>
Please login to merge, or discard this patch.
src/Sylius/Behat/spec/Context/Domain/OrderContextSpec.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -12,11 +12,8 @@
 block discarded – undo
12 12
 namespace spec\Sylius\Behat\Context\Domain;
13 13
 
14 14
 use Behat\Behat\Context\Context;
15
-use Behat\Mink\Exception\ExpectationException;
16
-use Behat\Mink\Tests\Exception\ExpectationExceptionTest;
17 15
 use PhpSpec\Exception\Example\NotEqualException;
18 16
 use PhpSpec\ObjectBehavior;
19
-use Prophecy\Argument;
20 17
 use Sylius\Component\Core\Model\OrderInterface;
21 18
 use Sylius\Component\Core\Repository\OrderRepositoryInterface;
22 19
 
Please login to merge, or discard this patch.
src/Sylius/Behat/spec/Context/Transform/PaymentContextSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace spec\Sylius\Behat\Page;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 use SensioLabs\Behat\PageObjectExtension\PageObject\PageObject;
8 7
 use Sylius\Behat\Page\Page;
9 8
 
Please login to merge, or discard this patch.