| @@ -65,7 +65,7 @@ | ||
| 65 | 65 |          $objects = $this->loadFixturesFromFile('books.yml'); | 
| 66 | 66 | |
| 67 | 67 | $data = | 
| 68 | - <<<EOT | |
| 68 | + <<<EOT | |
| 69 | 69 |          { | 
| 70 | 70 | "title": "Star Wars: Dark Disciple" | 
| 71 | 71 | } | 
| @@ -82,7 +82,7 @@ | ||
| 82 | 82 | $this->summaryPage->open(); | 
| 83 | 83 | |
| 84 | 84 | Assert::true( | 
| 85 | - $this->summaryPage->isEmpty(), | |
| 85 | + $this->summaryPage->isEmpty(), | |
| 86 | 86 | 'There should appear information about empty cart, but it does not.' | 
| 87 | 87 | ); | 
| 88 | 88 | } | 
| @@ -13,8 +13,8 @@ | ||
| 13 | 13 | |
| 14 | 14 | use Behat\Mink\Exception\ElementNotFoundException; | 
| 15 | 15 | use Sylius\Behat\Page\PageInterface; | 
| 16 | -use Sylius\Component\Product\Model\ProductOptionInterface; | |
| 17 | 16 | use Sylius\Component\Product\Model\ProductInterface; | 
| 17 | +use Sylius\Component\Product\Model\ProductOptionInterface; | |
| 18 | 18 | |
| 19 | 19 | /** | 
| 20 | 20 | * @author Łukasz Chruściel <[email protected]> | 
| @@ -13,8 +13,6 @@ | ||
| 13 | 13 | |
| 14 | 14 | use Behat\Mink\Element\NodeElement; | 
| 15 | 15 | use Behat\Mink\Session; | 
| 16 | -use Symfony\Component\Routing\Generator\UrlGeneratorInterface; | |
| 17 | -use Symfony\Component\Routing\RequestContext; | |
| 18 | 16 | use Symfony\Component\Routing\RouterInterface; | 
| 19 | 17 | |
| 20 | 18 | /** | 
| @@ -16,8 +16,8 @@ | ||
| 16 | 16 | use Sylius\Bundle\ReviewBundle\Doctrine\ORM\ReviewRepository; | 
| 17 | 17 | use Sylius\Bundle\ReviewBundle\Form\Type\ReviewType; | 
| 18 | 18 | use Sylius\Component\Resource\Factory\Factory; | 
| 19 | -use Sylius\Component\Review\Model\ReviewerInterface; | |
| 20 | 19 | use Sylius\Component\Review\Model\ReviewInterface; | 
| 20 | +use Sylius\Component\Review\Model\ReviewerInterface; | |
| 21 | 21 | use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition; | 
| 22 | 22 | use Symfony\Component\Config\Definition\Builder\TreeBuilder; | 
| 23 | 23 | use Symfony\Component\Config\Definition\ConfigurationInterface; | 
| @@ -12,9 +12,9 @@ | ||
| 12 | 12 | namespace Sylius\Component\Core\Resolver; | 
| 13 | 13 | |
| 14 | 14 | use Sylius\Component\Core\Model\ChannelInterface; | 
| 15 | +use Sylius\Component\Core\Model\ShipmentInterface as CoreShipmentInterface; | |
| 15 | 16 | use Sylius\Component\Shipping\Exception\UnresolvedDefaultShippingMethodException; | 
| 16 | 17 | use Sylius\Component\Shipping\Model\ShipmentInterface; | 
| 17 | -use Sylius\Component\Core\Model\ShipmentInterface as CoreShipmentInterface; | |
| 18 | 18 | use Sylius\Component\Shipping\Repository\ShippingMethodRepositoryInterface; | 
| 19 | 19 | use Sylius\Component\Shipping\Resolver\DefaultShippingMethodResolverInterface; | 
| 20 | 20 | use Webmozart\Assert\Assert; | 
| @@ -13,9 +13,9 @@ | ||
| 13 | 13 | |
| 14 | 14 | use PhpSpec\ObjectBehavior; | 
| 15 | 15 | use Sylius\Component\Resource\Repository\RepositoryInterface; | 
| 16 | -use Sylius\Component\Taxation\Model\TaxableInterface; | |
| 17 | 16 | use Sylius\Component\Taxation\Model\TaxCategoryInterface; | 
| 18 | 17 | use Sylius\Component\Taxation\Model\TaxRateInterface; | 
| 18 | +use Sylius\Component\Taxation\Model\TaxableInterface; | |
| 19 | 19 | use Sylius\Component\Taxation\Resolver\TaxRateResolverInterface; | 
| 20 | 20 | |
| 21 | 21 | /** | 
| @@ -12,7 +12,6 @@ | ||
| 12 | 12 | namespace spec\Sylius\Component\Payment\Resolver; | 
| 13 | 13 | |
| 14 | 14 | use PhpSpec\ObjectBehavior; | 
| 15 | -use Prophecy\Argument; | |
| 16 | 15 | use Sylius\Component\Payment\Model\PaymentInterface; | 
| 17 | 16 | use Sylius\Component\Payment\Model\PaymentMethodInterface; | 
| 18 | 17 | use Sylius\Component\Payment\Resolver\MethodsResolverInterface; | 
| @@ -12,7 +12,6 @@ | ||
| 12 | 12 | namespace spec\Sylius\Component\Payment\Resolver; | 
| 13 | 13 | |
| 14 | 14 | use PhpSpec\ObjectBehavior; | 
| 15 | -use Prophecy\Argument; | |
| 16 | 15 | use Sylius\Component\Payment\Model\PaymentInterface; | 
| 17 | 16 | use Sylius\Component\Payment\Model\PaymentMethodInterface; | 
| 18 | 17 | use Sylius\Component\Payment\Resolver\MethodsResolverInterface; | 
| @@ -12,7 +12,6 @@ | ||
| 12 | 12 | namespace spec\Sylius\Component\Payment\Resolver; | 
| 13 | 13 | |
| 14 | 14 | use PhpSpec\ObjectBehavior; | 
| 15 | -use Prophecy\Argument; | |
| 16 | 15 | use Sylius\Component\Payment\Model\PaymentInterface; | 
| 17 | 16 | use Sylius\Component\Payment\Model\PaymentMethodInterface; | 
| 18 | 17 | use Sylius\Component\Payment\Resolver\MethodsResolverInterface; |