@@ -145,7 +145,7 @@ discard block |
||
| 145 | 145 | } |
| 146 | 146 | } |
| 147 | 147 | } |
| 148 | -EOT; |
|
| 148 | +eot; |
|
| 149 | 149 | |
| 150 | 150 | $this->client->request('POST', '/api/v1/products/', [], [], static::$authorizedHeaderWithContentType, $data); |
| 151 | 151 | |
@@ -185,7 +185,7 @@ discard block |
||
| 185 | 185 | } |
| 186 | 186 | } |
| 187 | 187 | } |
| 188 | -EOT; |
|
| 188 | +eot; |
|
| 189 | 189 | $this->client->request('PUT', '/api/v1/products/'. $products["product3"]->getId(), [], [], static::$authorizedHeaderWithContentType, $data); |
| 190 | 190 | $response = $this->client->getResponse(); |
| 191 | 191 | $this->assertResponseCode($response, Response::HTTP_NO_CONTENT); |
@@ -209,7 +209,7 @@ discard block |
||
| 209 | 209 | } |
| 210 | 210 | } |
| 211 | 211 | } |
| 212 | -EOT; |
|
| 212 | +eot; |
|
| 213 | 213 | $this->client->request('PATCH', '/api/v1/products/'. $products["product1"]->getId(), [], [], static::$authorizedHeaderWithContentType, $data); |
| 214 | 214 | $response = $this->client->getResponse(); |
| 215 | 215 | $this->assertResponseCode($response, Response::HTTP_NO_CONTENT); |
@@ -102,7 +102,7 @@ |
||
| 102 | 102 | { |
| 103 | 103 | "code": "es" |
| 104 | 104 | } |
| 105 | -EOT; |
|
| 105 | +eot; |
|
| 106 | 106 | |
| 107 | 107 | $this->client->request('POST', '/api/v1/locales/', [], [], static::$authorizedHeaderWithContentType, $data); |
| 108 | 108 | |