@@ -13,9 +13,9 @@ |
||
| 13 | 13 | |
| 14 | 14 | use Behat\Behat\Context\Context; |
| 15 | 15 | use Behat\Mink\Element\NodeElement; |
| 16 | +use Sylius\Behat\Page\Shop\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface; |
|
| 16 | 17 | use Sylius\Behat\Page\Shop\Product\IndexPageInterface; |
| 17 | 18 | use Sylius\Behat\Page\Shop\Product\ShowPageInterface; |
| 18 | -use Sylius\Behat\Page\Shop\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface; |
|
| 19 | 19 | use Sylius\Component\Core\Model\ProductInterface; |
| 20 | 20 | use Sylius\Component\Core\Model\TaxonInterface; |
| 21 | 21 | use Webmozart\Assert\Assert; |
@@ -19,9 +19,9 @@ |
||
| 19 | 19 | use Symfony\Component\Console\Output\OutputInterface; |
| 20 | 20 | use Symfony\Component\Console\Question\Question; |
| 21 | 21 | use Symfony\Component\Console\Style\SymfonyStyle; |
| 22 | +use Symfony\Component\Validator\ConstraintViolationListInterface; |
|
| 22 | 23 | use Symfony\Component\Validator\Constraints\Email; |
| 23 | 24 | use Symfony\Component\Validator\Constraints\NotBlank; |
| 24 | -use Symfony\Component\Validator\ConstraintViolationListInterface; |
|
| 25 | 25 | use Webmozart\Assert\Assert; |
| 26 | 26 | |
| 27 | 27 | /** |