@@ -11,7 +11,6 @@ |
||
| 11 | 11 | |
| 12 | 12 | namespace spec\Sylius\Component\Core\Model; |
| 13 | 13 | |
| 14 | -use Doctrine\Common\Collections\ArrayCollection; |
|
| 15 | 14 | use Doctrine\Common\Collections\Collection; |
| 16 | 15 | use PhpSpec\ObjectBehavior; |
| 17 | 16 | use Sylius\Component\Channel\Model\ChannelInterface; |
@@ -12,10 +12,9 @@ |
||
| 12 | 12 | namespace Sylius\Behat\Context\Ui\Shop; |
| 13 | 13 | |
| 14 | 14 | use Behat\Behat\Context\Context; |
| 15 | -use Sylius\Behat\Page\Shop\Product\ShowPageInterface; |
|
| 16 | 15 | use Sylius\Behat\Page\Shop\ProductReview\IndexPageInterface; |
| 16 | +use Sylius\Behat\Page\Shop\Product\ShowPageInterface; |
|
| 17 | 17 | use Sylius\Behat\Page\Shop\Taxon\ShowPageInterface as TaxonShowPageInterface; |
| 18 | -use Sylius\Behat\Page\SymfonyPageInterface; |
|
| 19 | 18 | use Sylius\Component\Core\Model\ProductInterface; |
| 20 | 19 | use Sylius\Component\Core\Model\TaxonInterface; |
| 21 | 20 | use Webmozart\Assert\Assert; |