@@ -158,7 +158,7 @@ discard block |
||
| 158 | 158 | { |
| 159 | 159 | "code": "MONSTER_MUG" |
| 160 | 160 | } |
| 161 | -EOT; |
|
| 161 | +eot; |
|
| 162 | 162 | |
| 163 | 163 | $this->client->request('POST', $this->getVariantListUrl($product), [], [], static::$authorizedHeaderWithContentType, $data); |
| 164 | 164 | $response = $this->client->getResponse(); |
@@ -208,7 +208,7 @@ discard block |
||
| 208 | 208 | } |
| 209 | 209 | } |
| 210 | 210 | } |
| 211 | -EOT; |
|
| 211 | +eot; |
|
| 212 | 212 | |
| 213 | 213 | $this->client->request('POST', $this->getVariantListUrl($product), [], [], static::$authorizedHeaderWithContentType, $data); |
| 214 | 214 | $response = $this->client->getResponse(); |
@@ -242,7 +242,7 @@ discard block |
||
| 242 | 242 | } |
| 243 | 243 | } |
| 244 | 244 | } |
| 245 | -EOT; |
|
| 245 | +eot; |
|
| 246 | 246 | $this->client->request('POST', $this->getVariantListUrl($product), [], [], static::$authorizedHeaderWithContentType, $data); |
| 247 | 247 | $response = $this->client->getResponse(); |
| 248 | 248 | |
@@ -267,7 +267,7 @@ discard block |
||
| 267 | 267 | "tracked": true, |
| 268 | 268 | "onHand": 5 |
| 269 | 269 | } |
| 270 | -EOT; |
|
| 270 | +eot; |
|
| 271 | 271 | |
| 272 | 272 | $this->client->request('POST', $this->getVariantListUrl($product), [], [], static::$authorizedHeaderWithContentType, $data); |
| 273 | 273 | $response = $this->client->getResponse(); |
@@ -293,7 +293,7 @@ discard block |
||
| 293 | 293 | "code": "MONSTER_MUG", |
| 294 | 294 | "taxCategory": "TC1" |
| 295 | 295 | } |
| 296 | -EOT; |
|
| 296 | +eot; |
|
| 297 | 297 | |
| 298 | 298 | $this->client->request('POST', $this->getVariantListUrl($product), [], [], static::$authorizedHeaderWithContentType, $data); |
| 299 | 299 | $response = $this->client->getResponse(); |
@@ -319,7 +319,7 @@ discard block |
||
| 319 | 319 | "code": "MONSTER_MUG", |
| 320 | 320 | "shippingCategory": "SC1" |
| 321 | 321 | } |
| 322 | -EOT; |
|
| 322 | +eot; |
|
| 323 | 323 | |
| 324 | 324 | $this->client->request('POST', $this->getVariantListUrl($product), [], [], static::$authorizedHeaderWithContentType, $data); |
| 325 | 325 | $response = $this->client->getResponse(); |
@@ -347,7 +347,7 @@ discard block |
||
| 347 | 347 | "MUG_TYPE": "MUG_TYPE_MEDIUM" |
| 348 | 348 | } |
| 349 | 349 | } |
| 350 | -EOT; |
|
| 350 | +eot; |
|
| 351 | 351 | |
| 352 | 352 | $this->client->request('POST', $this->getVariantListUrl($product), [], [], static::$authorizedHeaderWithContentType, $data); |
| 353 | 353 | $response = $this->client->getResponse(); |
@@ -422,7 +422,7 @@ discard block |
||
| 422 | 422 | "code": "NEW_MUG_CODE", |
| 423 | 423 | "version": $version |
| 424 | 424 | } |
| 425 | -EOT; |
|
| 425 | +eot; |
|
| 426 | 426 | $this->client->request('PUT', $this->getVariantUrl($product, $productVariant), [], [], static::$authorizedHeaderWithContentType, $data); |
| 427 | 427 | $response = $this->client->getResponse(); |
| 428 | 428 | |
@@ -455,7 +455,7 @@ discard block |
||
| 455 | 455 | } |
| 456 | 456 | } |
| 457 | 457 | } |
| 458 | -EOT; |
|
| 458 | +eot; |
|
| 459 | 459 | |
| 460 | 460 | $this->client->request('PATCH', $this->getVariantUrl($product, $productVariant), [], [], static::$authorizedHeaderWithContentType, $data); |
| 461 | 461 | $response = $this->client->getResponse(); |
@@ -483,7 +483,7 @@ discard block |
||
| 483 | 483 | { |
| 484 | 484 | "tracked": false |
| 485 | 485 | } |
| 486 | -EOT; |
|
| 486 | +eot; |
|
| 487 | 487 | $this->client->request('PATCH', $this->getVariantUrl($product, $productVariant), [], [], static::$authorizedHeaderWithContentType, $data); |
| 488 | 488 | $response = $this->client->getResponse(); |
| 489 | 489 | |
@@ -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 | |
@@ -76,7 +76,7 @@ discard block |
||
| 76 | 76 | "plainPassword": "youShallNotPass", |
| 77 | 77 | "localeCode": "en_US" |
| 78 | 78 | } |
| 79 | -EOT; |
|
| 79 | +eot; |
|
| 80 | 80 | |
| 81 | 81 | $this->client->request('POST', '/api/v1/users/', [], [], static::$authorizedHeaderWithContentType, $data); |
| 82 | 82 | |
@@ -103,7 +103,7 @@ discard block |
||
| 103 | 103 | "localeCode": "en_US", |
| 104 | 104 | "enabled": "true" |
| 105 | 105 | } |
| 106 | -EOT; |
|
| 106 | +eot; |
|
| 107 | 107 | |
| 108 | 108 | $this->client->request('POST', '/api/v1/users/', [], [], static::$authorizedHeaderWithContentType, $data); |
| 109 | 109 | |
@@ -233,7 +233,7 @@ discard block |
||
| 233 | 233 | "localeCode": "fr_FR", |
| 234 | 234 | "enabled": "true" |
| 235 | 235 | } |
| 236 | -EOT; |
|
| 236 | +eot; |
|
| 237 | 237 | |
| 238 | 238 | $this->client->request('PUT', $this->getAdminUserUrl($users['admin1']), [], [], static::$authorizedHeaderWithContentType, $data); |
| 239 | 239 | |
@@ -273,7 +273,7 @@ discard block |
||
| 273 | 273 | "firstName": "John", |
| 274 | 274 | "lastName": "Doe" |
| 275 | 275 | } |
| 276 | -EOT; |
|
| 276 | +eot; |
|
| 277 | 277 | |
| 278 | 278 | $this->client->request('PATCH', $this->getAdminUserUrl($users['admin1']), [], [], static::$authorizedHeaderWithContentType, $data); |
| 279 | 279 | |
@@ -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 | |
@@ -230,7 +230,7 @@ discard block |
||
| 230 | 230 | "code": "christmas-promotion", |
| 231 | 231 | "name": "Christmas Promotion" |
| 232 | 232 | } |
| 233 | -EOT; |
|
| 233 | +eot; |
|
| 234 | 234 | $this->client->request('POST', '/api/v1/promotions/', [], [], static::$authorizedHeaderWithContentType, $data); |
| 235 | 235 | |
| 236 | 236 | $response = $this->client->getResponse(); |
@@ -255,7 +255,7 @@ discard block |
||
| 255 | 255 | "MOB" |
| 256 | 256 | ] |
| 257 | 257 | } |
| 258 | -EOT; |
|
| 258 | +eot; |
|
| 259 | 259 | $this->client->request('POST', '/api/v1/promotions/', [], [], static::$authorizedHeaderWithContentType, $data); |
| 260 | 260 | |
| 261 | 261 | $response = $this->client->getResponse(); |
@@ -283,7 +283,7 @@ discard block |
||
| 283 | 283 | "time": "11:00" |
| 284 | 284 | } |
| 285 | 285 | } |
| 286 | -EOT; |
|
| 286 | +eot; |
|
| 287 | 287 | $this->client->request('POST', '/api/v1/promotions/', [], [], static::$authorizedHeaderWithContentType, $data); |
| 288 | 288 | |
| 289 | 289 | $response = $this->client->getResponse(); |
@@ -323,7 +323,7 @@ discard block |
||
| 323 | 323 | } |
| 324 | 324 | ] |
| 325 | 325 | } |
| 326 | -EOT; |
|
| 326 | +eot; |
|
| 327 | 327 | $this->client->request('POST', '/api/v1/promotions/', [], [], static::$authorizedHeaderWithContentType, $data); |
| 328 | 328 | |
| 329 | 329 | $response = $this->client->getResponse(); |
@@ -387,7 +387,7 @@ discard block |
||
| 387 | 387 | } |
| 388 | 388 | ] |
| 389 | 389 | } |
| 390 | -EOT; |
|
| 390 | +eot; |
|
| 391 | 391 | |
| 392 | 392 | $this->client->request('POST', '/api/v1/promotions/', [], [], static::$authorizedHeaderWithContentType, $data); |
| 393 | 393 | |
@@ -409,7 +409,7 @@ discard block |
||
| 409 | 409 | "name": "Christmas Promotion", |
| 410 | 410 | "couponBased": true |
| 411 | 411 | } |
| 412 | -EOT; |
|
| 412 | +eot; |
|
| 413 | 413 | $this->client->request('POST', '/api/v1/promotions/', [], [], static::$authorizedHeaderWithContentType, $data); |
| 414 | 414 | |
| 415 | 415 | $response = $this->client->getResponse(); |
@@ -431,7 +431,7 @@ discard block |
||
| 431 | 431 | "exclusive": true, |
| 432 | 432 | "priority": 0 |
| 433 | 433 | } |
| 434 | -EOT; |
|
| 434 | +eot; |
|
| 435 | 435 | $this->client->request('POST', '/api/v1/promotions/', [], [], static::$authorizedHeaderWithContentType, $data); |
| 436 | 436 | |
| 437 | 437 | $response = $this->client->getResponse(); |
@@ -453,7 +453,7 @@ discard block |
||
| 453 | 453 | "name": "Monday promotion", |
| 454 | 454 | "priority": 0 |
| 455 | 455 | } |
| 456 | -EOT; |
|
| 456 | +eot; |
|
| 457 | 457 | $this->client->request('PUT', $this->getPromotionUrl($promotion), [], [], static::$authorizedHeaderWithContentType, $data); |
| 458 | 458 | $response = $this->client->getResponse(); |
| 459 | 459 | |
@@ -479,7 +479,7 @@ discard block |
||
| 479 | 479 | { |
| 480 | 480 | "exclusive": true |
| 481 | 481 | } |
| 482 | -EOT; |
|
| 482 | +eot; |
|
| 483 | 483 | $this->client->request('PATCH', $this->getPromotionUrl($promotion), [], [], static::$authorizedHeaderWithContentType, $data); |
| 484 | 484 | $response = $this->client->getResponse(); |
| 485 | 485 | $this->assertResponseCode($response, 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 | |
@@ -199,6 +199,7 @@ |
||
| 199 | 199 | |
| 200 | 200 | /** |
| 201 | 201 | * {@inheritdoc} |
| 202 | + * @param string $name |
|
| 202 | 203 | */ |
| 203 | 204 | protected function getElement($name, array $parameters = []) |
| 204 | 205 | { |
@@ -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\Product; |
| 15 | 15 | |
@@ -199,6 +199,7 @@ |
||
| 199 | 199 | |
| 200 | 200 | /** |
| 201 | 201 | * {@inheritdoc} |
| 202 | + * @param string $name |
|
| 202 | 203 | */ |
| 203 | 204 | protected function getElement($name, array $parameters = []) |
| 204 | 205 | { |
@@ -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\Taxon; |
| 15 | 15 | |
@@ -519,7 +519,7 @@ |
||
| 519 | 519 | |
| 520 | 520 | /** |
| 521 | 521 | * @param string $element |
| 522 | - * @param $message |
|
| 522 | + * @param string $message |
|
| 523 | 523 | */ |
| 524 | 524 | private function assertValidationMessage($element, $message) |
| 525 | 525 | { |
@@ -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\Context\Ui\Admin; |
| 15 | 15 | |
@@ -199,6 +199,7 @@ |
||
| 199 | 199 | |
| 200 | 200 | /** |
| 201 | 201 | * {@inheritdoc} |
| 202 | + * @param string $name |
|
| 202 | 203 | */ |
| 203 | 204 | protected function getElement($name, array $parameters = []) |
| 204 | 205 | { |
@@ -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\Product; |
| 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 | |
@@ -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 | |