@@ -65,7 +65,7 @@ discard block |
||
| 65 | 65 | } |
| 66 | 66 | } |
| 67 | 67 | } |
| 68 | -EOT; |
|
| 68 | +eot; |
|
| 69 | 69 | |
| 70 | 70 | $this->client->request('POST', '/api/v1/product-association-types/', [], [], [ |
| 71 | 71 | 'HTTP_Authorization' => 'Bearer SampleTokenNjZkNjY2MDEwMTAzMDkxMGE0OTlhYzU3NzYyMTE0ZGQ3ODcyMDAwM2EwMDZjNDI5NDlhMDdlMQ', |
@@ -213,7 +213,7 @@ discard block |
||
| 213 | 213 | } |
| 214 | 214 | } |
| 215 | 215 | } |
| 216 | -EOT; |
|
| 216 | +eot; |
|
| 217 | 217 | |
| 218 | 218 | $this->client->request('PUT', $this->getAssociationTypeUrl($productAssociationType), [], [], [ |
| 219 | 219 | 'HTTP_Authorization' => 'Bearer SampleTokenNjZkNjY2MDEwMTAzMDkxMGE0OTlhYzU3NzYyMTE0ZGQ3ODcyMDAwM2EwMDZjNDI5NDlhMDdlMQ', |
@@ -259,7 +259,7 @@ discard block |
||
| 259 | 259 | } |
| 260 | 260 | } |
| 261 | 261 | } |
| 262 | -EOT; |
|
| 262 | +eot; |
|
| 263 | 263 | |
| 264 | 264 | $this->client->request('PATCH', $this->getAssociationTypeUrl($productAssociationType), [], [], [ |
| 265 | 265 | 'HTTP_Authorization' => 'Bearer SampleTokenNjZkNjY2MDEwMTAzMDkxMGE0OTlhYzU3NzYyMTE0ZGQ3ODcyMDAwM2EwMDZjNDI5NDlhMDdlMQ', |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Sylius\Tests\Controller; |
| 15 | 15 | |
@@ -146,7 +146,7 @@ discard block |
||
| 146 | 146 | } |
| 147 | 147 | } |
| 148 | 148 | } |
| 149 | -EOT; |
|
| 149 | +eot; |
|
| 150 | 150 | |
| 151 | 151 | $this->client->request('POST', '/api/v1/product-attributes/text', [], [], static::$authorizedHeaderWithContentType, $data); |
| 152 | 152 | |
@@ -203,7 +203,7 @@ discard block |
||
| 203 | 203 | } |
| 204 | 204 | } |
| 205 | 205 | } |
| 206 | -EOT; |
|
| 206 | +eot; |
|
| 207 | 207 | |
| 208 | 208 | $this->client->request('PUT', $this->getProductAttributeUrl($productAttribute), [], [], static::$authorizedHeaderWithContentType, $data); |
| 209 | 209 | |
@@ -238,7 +238,7 @@ discard block |
||
| 238 | 238 | } |
| 239 | 239 | } |
| 240 | 240 | } |
| 241 | -EOT; |
|
| 241 | +eot; |
|
| 242 | 242 | |
| 243 | 243 | $this->client->request('PATCH', $this->getProductAttributeUrl($productAttribute), [], [], static::$authorizedHeaderWithContentType, $data); |
| 244 | 244 | |
@@ -266,7 +266,7 @@ discard block |
||
| 266 | 266 | { |
| 267 | 267 | "type": "integer" |
| 268 | 268 | } |
| 269 | -EOT; |
|
| 269 | +eot; |
|
| 270 | 270 | |
| 271 | 271 | $this->client->request('PATCH', $this->getProductAttributeUrl($productAttribute), [], [], static::$authorizedHeaderWithContentType, $data); |
| 272 | 272 | |
@@ -310,7 +310,7 @@ discard block |
||
| 310 | 310 | } |
| 311 | 311 | } |
| 312 | 312 | } |
| 313 | -EOT; |
|
| 313 | +eot; |
|
| 314 | 314 | |
| 315 | 315 | $this->client->request('POST', '/api/v1/product-attributes/select', [], [], static::$authorizedHeaderWithContentType, $data); |
| 316 | 316 | |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Sylius\Tests\Controller; |
| 15 | 15 | |
@@ -333,7 +333,7 @@ |
||
| 333 | 333 | |
| 334 | 334 | /** |
| 335 | 335 | * @param Response $response |
| 336 | - * @param array|string[] $expectedChoiceValues |
|
| 336 | + * @param string[] $expectedChoiceValues |
|
| 337 | 337 | */ |
| 338 | 338 | private function assertSelectChoicesInResponse(Response $response, array $expectedChoiceValues): void |
| 339 | 339 | { |
@@ -150,7 +150,7 @@ discard block |
||
| 150 | 150 | } |
| 151 | 151 | } |
| 152 | 152 | } |
| 153 | -EOT; |
|
| 153 | +eot; |
|
| 154 | 154 | |
| 155 | 155 | $this->client->request('POST', '/api/v1/products/', [], [], static::$authorizedHeaderWithContentType, $data); |
| 156 | 156 | |
@@ -191,7 +191,7 @@ discard block |
||
| 191 | 191 | } |
| 192 | 192 | } |
| 193 | 193 | } |
| 194 | -EOT; |
|
| 194 | +eot; |
|
| 195 | 195 | $this->client->request('PUT', $this->getProductUrl($product), [], [], static::$authorizedHeaderWithContentType, $data); |
| 196 | 196 | $response = $this->client->getResponse(); |
| 197 | 197 | |
@@ -217,7 +217,7 @@ discard block |
||
| 217 | 217 | } |
| 218 | 218 | } |
| 219 | 219 | } |
| 220 | -EOT; |
|
| 220 | +eot; |
|
| 221 | 221 | $this->client->request('PATCH', $this->getProductUrl($product), [], [], static::$authorizedHeaderWithContentType, $data); |
| 222 | 222 | $response = $this->client->getResponse(); |
| 223 | 223 | $this->assertResponseCode($response, Response::HTTP_NO_CONTENT); |
@@ -275,7 +275,7 @@ discard block |
||
| 275 | 275 | } |
| 276 | 276 | } |
| 277 | 277 | } |
| 278 | -EOT; |
|
| 278 | +eot; |
|
| 279 | 279 | |
| 280 | 280 | $this->client->request('POST', '/api/v1/products/', [], [], static::$authorizedHeaderWithContentType, $data); |
| 281 | 281 | |
@@ -304,7 +304,7 @@ discard block |
||
| 304 | 304 | } |
| 305 | 305 | } |
| 306 | 306 | } |
| 307 | -EOT; |
|
| 307 | +eot; |
|
| 308 | 308 | |
| 309 | 309 | $this->client->request('POST', '/api/v1/products/', [], [], static::$authorizedHeaderWithContentType, $data); |
| 310 | 310 | |
@@ -333,7 +333,7 @@ discard block |
||
| 333 | 333 | }, |
| 334 | 334 | "productTaxons": "category,mugs" |
| 335 | 335 | } |
| 336 | -EOT; |
|
| 336 | +eot; |
|
| 337 | 337 | |
| 338 | 338 | $this->client->request('POST', '/api/v1/products/', [], [], static::$authorizedHeaderWithContentType, $data); |
| 339 | 339 | |
@@ -361,7 +361,7 @@ discard block |
||
| 361 | 361 | } |
| 362 | 362 | } |
| 363 | 363 | } |
| 364 | -EOT; |
|
| 364 | +eot; |
|
| 365 | 365 | |
| 366 | 366 | $this->client->request('POST', '/api/v1/products/', [], [], static::$authorizedHeaderWithContentType, $data); |
| 367 | 367 | |
@@ -401,7 +401,7 @@ discard block |
||
| 401 | 401 | } |
| 402 | 402 | } |
| 403 | 403 | } |
| 404 | -EOT; |
|
| 404 | +eot; |
|
| 405 | 405 | |
| 406 | 406 | $this->client->request('POST', '/api/v1/products/', [], [], static::$authorizedHeaderWithContentType, $data); |
| 407 | 407 | |
@@ -439,7 +439,7 @@ discard block |
||
| 439 | 439 | } |
| 440 | 440 | } |
| 441 | 441 | } |
| 442 | -EOT; |
|
| 442 | +eot; |
|
| 443 | 443 | |
| 444 | 444 | $this->client->request('POST', '/api/v1/products/', [], [], static::$authorizedHeaderWithContentType, $data); |
| 445 | 445 | |
@@ -474,7 +474,7 @@ discard block |
||
| 474 | 474 | } |
| 475 | 475 | } |
| 476 | 476 | } |
| 477 | -EOT; |
|
| 477 | +eot; |
|
| 478 | 478 | |
| 479 | 479 | $this->client->request( |
| 480 | 480 | 'POST', |
@@ -517,7 +517,7 @@ discard block |
||
| 517 | 517 | } |
| 518 | 518 | } |
| 519 | 519 | } |
| 520 | -EOT; |
|
| 520 | +eot; |
|
| 521 | 521 | |
| 522 | 522 | $this->client->request('POST', '/api/v1/products/', [], [], static::$authorizedHeaderWithContentType, $data); |
| 523 | 523 | |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Sylius\Tests\Controller; |
| 15 | 15 | |
@@ -171,7 +171,7 @@ discard block |
||
| 171 | 171 | } |
| 172 | 172 | ] |
| 173 | 173 | } |
| 174 | -EOT; |
|
| 174 | +eot; |
|
| 175 | 175 | |
| 176 | 176 | $this->client->request('POST', '/api/v1/product-options/', [], [], static::$authorizedHeaderWithContentType, $data); |
| 177 | 177 | |
@@ -251,7 +251,7 @@ discard block |
||
| 251 | 251 | } |
| 252 | 252 | ] |
| 253 | 253 | } |
| 254 | -EOT; |
|
| 254 | +eot; |
|
| 255 | 255 | |
| 256 | 256 | $this->client->request('PUT', $this->getProductOptionUrl($productOption), [], [], static::$authorizedHeaderWithContentType, $data); |
| 257 | 257 | |
@@ -322,7 +322,7 @@ discard block |
||
| 322 | 322 | } |
| 323 | 323 | ] |
| 324 | 324 | } |
| 325 | -EOT; |
|
| 325 | +eot; |
|
| 326 | 326 | |
| 327 | 327 | $this->client->request('PATCH', $this->getProductOptionUrl($productOption), [], [], static::$authorizedHeaderWithContentType, $data); |
| 328 | 328 | |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Sylius\Tests\Controller; |
| 15 | 15 | |
@@ -47,7 +47,7 @@ discard block |
||
| 47 | 47 | "channel": "CHANNEL", |
| 48 | 48 | "localeCode": "en_US" |
| 49 | 49 | } |
| 50 | -EOT; |
|
| 50 | +eot; |
|
| 51 | 51 | |
| 52 | 52 | $this->client->request('POST', '/api/v1/carts/', [], [], static::$authorizedHeaderWithContentType, $data); |
| 53 | 53 | |
@@ -71,7 +71,7 @@ discard block |
||
| 71 | 71 | "variant": "MUG_SW", |
| 72 | 72 | "quantity": 1 |
| 73 | 73 | } |
| 74 | -EOT; |
|
| 74 | +eot; |
|
| 75 | 75 | |
| 76 | 76 | $this->client->request('POST', $url, [], [], static::$authorizedHeaderWithContentType, $data); |
| 77 | 77 | $this->assertResponseCode($this->client->getResponse(), Response::HTTP_CREATED); |
@@ -105,7 +105,7 @@ discard block |
||
| 105 | 105 | }, |
| 106 | 106 | "differentBillingAddress": true |
| 107 | 107 | } |
| 108 | -EOT; |
|
| 108 | +eot; |
|
| 109 | 109 | |
| 110 | 110 | $url = sprintf('/api/v1/checkouts/addressing/%d', $cartId); |
| 111 | 111 | $this->client->request('PUT', $url, [], [], static::$authorizedHeaderWithContentType, $data); |
@@ -133,7 +133,7 @@ discard block |
||
| 133 | 133 | } |
| 134 | 134 | ] |
| 135 | 135 | } |
| 136 | -EOT; |
|
| 136 | +eot; |
|
| 137 | 137 | |
| 138 | 138 | $this->client->request('PUT', $url, [], [], static::$authorizedHeaderWithContentType, $data); |
| 139 | 139 | $this->assertResponseCode($this->client->getResponse(), Response::HTTP_NO_CONTENT); |
@@ -160,7 +160,7 @@ discard block |
||
| 160 | 160 | } |
| 161 | 161 | ] |
| 162 | 162 | } |
| 163 | -EOT; |
|
| 163 | +eot; |
|
| 164 | 164 | |
| 165 | 165 | $this->client->request('PUT', $url, [], [], static::$authorizedHeaderWithContentType, $data); |
| 166 | 166 | $this->assertResponseCode($this->client->getResponse(), Response::HTTP_NO_CONTENT); |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Sylius\Tests\Controller; |
| 15 | 15 | |
@@ -20,31 +20,37 @@ |
||
| 20 | 20 | { |
| 21 | 21 | /** |
| 22 | 22 | * @param \DateTimeInterface $dateTime |
| 23 | + * @return void |
|
| 23 | 24 | */ |
| 24 | 25 | public function specifyFilterDateFrom(\DateTimeInterface $dateTime); |
| 25 | 26 | |
| 26 | 27 | /** |
| 27 | 28 | * @param \DateTimeInterface $dateTime |
| 29 | + * @return void |
|
| 28 | 30 | */ |
| 29 | 31 | public function specifyFilterDateTo(\DateTimeInterface $dateTime); |
| 30 | 32 | |
| 31 | 33 | /** |
| 32 | 34 | * @param string $channelName |
| 35 | + * @return void |
|
| 33 | 36 | */ |
| 34 | 37 | public function chooseChannelFilter($channelName); |
| 35 | 38 | |
| 36 | 39 | /** |
| 37 | 40 | * @param string $currencyName |
| 41 | + * @return void |
|
| 38 | 42 | */ |
| 39 | 43 | public function chooseCurrencyFilter($currencyName); |
| 40 | 44 | |
| 41 | 45 | /** |
| 42 | 46 | * @param string $total |
| 47 | + * @return void |
|
| 43 | 48 | */ |
| 44 | 49 | public function specifyFilterTotalGreaterThan($total); |
| 45 | 50 | |
| 46 | 51 | /** |
| 47 | 52 | * @param string $total |
| 53 | + * @return void |
|
| 48 | 54 | */ |
| 49 | 55 | public function specifyFilterTotalLessThan($total); |
| 50 | 56 | } |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Sylius\Behat\Page\Admin\Order; |
| 15 | 15 | |
@@ -22,16 +22,19 @@ discard block |
||
| 22 | 22 | { |
| 23 | 23 | /** |
| 24 | 24 | * @param string $code |
| 25 | + * @return void |
|
| 25 | 26 | */ |
| 26 | 27 | public function specifyCode($code); |
| 27 | 28 | |
| 28 | 29 | /** |
| 29 | 30 | * @param string $name |
| 31 | + * @return void |
|
| 30 | 32 | */ |
| 31 | 33 | public function nameIt($name); |
| 32 | 34 | |
| 33 | 35 | /** |
| 34 | 36 | * @param string $ruleName |
| 37 | + * @return void |
|
| 35 | 38 | */ |
| 36 | 39 | public function addRule($ruleName); |
| 37 | 40 | |
@@ -39,6 +42,7 @@ discard block |
||
| 39 | 42 | * @param string $option |
| 40 | 43 | * @param string $value |
| 41 | 44 | * @param bool $multiple |
| 45 | + * @return void |
|
| 42 | 46 | */ |
| 43 | 47 | public function selectRuleOption($option, $value, $multiple = false); |
| 44 | 48 | |
@@ -46,12 +50,14 @@ discard block |
||
| 46 | 50 | * @param string $option |
| 47 | 51 | * @param string|string[] $value |
| 48 | 52 | * @param bool $multiple |
| 53 | + * @return void |
|
| 49 | 54 | */ |
| 50 | 55 | public function selectAutocompleteRuleOption($option, $value, $multiple = false); |
| 51 | 56 | |
| 52 | 57 | /** |
| 53 | 58 | * @param string $option |
| 54 | 59 | * @param string $value |
| 60 | + * @return void |
|
| 55 | 61 | */ |
| 56 | 62 | public function fillRuleOption($option, $value); |
| 57 | 63 | |
@@ -59,11 +65,13 @@ discard block |
||
| 59 | 65 | * @param string $channelName |
| 60 | 66 | * @param string $option |
| 61 | 67 | * @param string $value |
| 68 | + * @return void |
|
| 62 | 69 | */ |
| 63 | 70 | public function fillRuleOptionForChannel($channelName, $option, $value); |
| 64 | 71 | |
| 65 | 72 | /** |
| 66 | 73 | * @param string $actionName |
| 74 | + * @return void |
|
| 67 | 75 | */ |
| 68 | 76 | public function addAction($actionName); |
| 69 | 77 | |
@@ -71,12 +79,14 @@ discard block |
||
| 71 | 79 | * @param string $option |
| 72 | 80 | * @param string $value |
| 73 | 81 | * @param bool $multiple |
| 82 | + * @return void |
|
| 74 | 83 | */ |
| 75 | 84 | public function selectActionOption($option, $value, $multiple = false); |
| 76 | 85 | |
| 77 | 86 | /** |
| 78 | 87 | * @param string $option |
| 79 | 88 | * @param string $value |
| 89 | + * @return void |
|
| 80 | 90 | */ |
| 81 | 91 | public function fillActionOption($option, $value); |
| 82 | 92 | |
@@ -84,30 +94,41 @@ discard block |
||
| 84 | 94 | * @param string $channelName |
| 85 | 95 | * @param string $option |
| 86 | 96 | * @param string $value |
| 97 | + * @return void |
|
| 87 | 98 | */ |
| 88 | 99 | public function fillActionOptionForChannel($channelName, $option, $value); |
| 89 | 100 | |
| 90 | 101 | /** |
| 91 | 102 | * @param string $limit |
| 103 | + * @return void |
|
| 92 | 104 | */ |
| 93 | 105 | public function fillUsageLimit($limit); |
| 94 | 106 | |
| 107 | + /** |
|
| 108 | + * @return void |
|
| 109 | + */ |
|
| 95 | 110 | public function makeExclusive(); |
| 96 | 111 | |
| 112 | + /** |
|
| 113 | + * @return void |
|
| 114 | + */ |
|
| 97 | 115 | public function checkCouponBased(); |
| 98 | 116 | |
| 99 | 117 | /** |
| 100 | 118 | * @param string $name |
| 119 | + * @return void |
|
| 101 | 120 | */ |
| 102 | 121 | public function checkChannel($name); |
| 103 | 122 | |
| 104 | 123 | /** |
| 105 | 124 | * @param \DateTimeInterface $dateTime |
| 125 | + * @return void |
|
| 106 | 126 | */ |
| 107 | 127 | public function setStartsAt(\DateTimeInterface $dateTime); |
| 108 | 128 | |
| 109 | 129 | /** |
| 110 | 130 | * @param \DateTimeInterface $dateTime |
| 131 | + * @return void |
|
| 111 | 132 | */ |
| 112 | 133 | public function setEndsAt(\DateTimeInterface $dateTime); |
| 113 | 134 | |
@@ -122,6 +143,7 @@ discard block |
||
| 122 | 143 | * @param string $option |
| 123 | 144 | * @param string|string[] $value |
| 124 | 145 | * @param bool $multiple |
| 146 | + * @return void |
|
| 125 | 147 | */ |
| 126 | 148 | public function selectAutoCompleteFilterOption($option, $value, $multiple = false); |
| 127 | 149 | } |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Sylius\Behat\Page\Admin\Promotion; |
| 15 | 15 | |
@@ -20,21 +20,25 @@ |
||
| 20 | 20 | { |
| 21 | 21 | /** |
| 22 | 22 | * @param int $limit |
| 23 | + * @return void |
|
| 23 | 24 | */ |
| 24 | 25 | public function setCustomerUsageLimit($limit); |
| 25 | 26 | |
| 26 | 27 | /** |
| 27 | 28 | * @param \DateTimeInterface $date |
| 29 | + * @return void |
|
| 28 | 30 | */ |
| 29 | 31 | public function setExpiresAt(\DateTimeInterface $date); |
| 30 | 32 | |
| 31 | 33 | /** |
| 32 | 34 | * @param string $code |
| 35 | + * @return void |
|
| 33 | 36 | */ |
| 34 | 37 | public function specifyCode($code); |
| 35 | 38 | |
| 36 | 39 | /** |
| 37 | 40 | * @param int $limit |
| 41 | + * @return void |
|
| 38 | 42 | */ |
| 39 | 43 | public function setUsageLimit($limit); |
| 40 | 44 | } |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Sylius\Behat\Page\Admin\PromotionCoupon; |
| 15 | 15 | |
@@ -39,25 +39,32 @@ |
||
| 39 | 39 | */ |
| 40 | 40 | public function checkGenerationValidation($message); |
| 41 | 41 | |
| 42 | + /** |
|
| 43 | + * @return void |
|
| 44 | + */ |
|
| 42 | 45 | public function generate(); |
| 43 | 46 | |
| 44 | 47 | /** |
| 45 | 48 | * @param int $amount |
| 49 | + * @return void |
|
| 46 | 50 | */ |
| 47 | 51 | public function specifyAmount($amount); |
| 48 | 52 | |
| 49 | 53 | /** |
| 50 | 54 | * @param int $codeLength |
| 55 | + * @return void |
|
| 51 | 56 | */ |
| 52 | 57 | public function specifyCodeLength($codeLength); |
| 53 | 58 | |
| 54 | 59 | /** |
| 55 | 60 | * @param \DateTimeInterface $date |
| 61 | + * @return void |
|
| 56 | 62 | */ |
| 57 | 63 | public function setExpiresAt(\DateTimeInterface $date); |
| 58 | 64 | |
| 59 | 65 | /** |
| 60 | 66 | * @param int $limit |
| 67 | + * @return void |
|
| 61 | 68 | */ |
| 62 | 69 | public function setUsageLimit($limit); |
| 63 | 70 | } |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Sylius\Behat\Page\Admin\PromotionCoupon; |
| 15 | 15 | |