Completed
Push — master ( cfac17...1a301c )
by Kamil
20:57
created
tests/Controller/ProductApiTest.php 1 patch
Upper-Lower-Casing   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
                 }
148 148
             }
149 149
         }
150
-EOT;
150
+eot;
151 151
 
152 152
         $this->client->request('POST', '/api/v1/products/', [], [], static::$authorizedHeaderWithContentType, $data);
153 153
 
@@ -187,7 +187,7 @@  discard block
 block discarded – undo
187 187
                 }
188 188
             }
189 189
         }
190
-EOT;
190
+eot;
191 191
         $this->client->request('PUT', '/api/v1/products/'. $products["product3"]->getId(), [], [], static::$authorizedHeaderWithContentType, $data);
192 192
         $response = $this->client->getResponse();
193 193
         $this->assertResponseCode($response, Response::HTTP_NO_CONTENT);
@@ -211,7 +211,7 @@  discard block
 block discarded – undo
211 211
                 }
212 212
             }
213 213
         }
214
-EOT;
214
+eot;
215 215
         $this->client->request('PATCH', '/api/v1/products/'. $products["product1"]->getId(), [], [], static::$authorizedHeaderWithContentType, $data);
216 216
         $response = $this->client->getResponse();
217 217
         $this->assertResponseCode($response, Response::HTTP_NO_CONTENT);
@@ -269,7 +269,7 @@  discard block
 block discarded – undo
269 269
                 }
270 270
             }
271 271
         }
272
-EOT;
272
+eot;
273 273
 
274 274
         $this->client->request('POST', '/api/v1/products/', [], [], static::$authorizedHeaderWithContentType, $data);
275 275
 
@@ -298,7 +298,7 @@  discard block
 block discarded – undo
298 298
                 }
299 299
             }
300 300
         }
301
-EOT;
301
+eot;
302 302
 
303 303
         $this->client->request('POST', '/api/v1/products/', [], [], static::$authorizedHeaderWithContentType, $data);
304 304
 
@@ -327,7 +327,7 @@  discard block
 block discarded – undo
327 327
             },
328 328
             "product_taxons": "YELLOW_MUGS,MUGS"
329 329
         }
330
-EOT;
330
+eot;
331 331
 
332 332
         $this->client->request('POST', '/api/v1/products/', [], [], static::$authorizedHeaderWithContentType, $data);
333 333
 
@@ -358,7 +358,7 @@  discard block
 block discarded – undo
358 358
                 }
359 359
             }
360 360
         }
361
-EOT;
361
+eot;
362 362
 
363 363
         $this->client->request('POST', '/api/v1/products/', [], [], static::$authorizedHeaderWithContentType, $data);
364 364
 
@@ -398,7 +398,7 @@  discard block
 block discarded – undo
398 398
                 }
399 399
             }
400 400
         }
401
-EOT;
401
+eot;
402 402
 
403 403
         $this->client->request('POST', '/api/v1/products/', [], [], static::$authorizedHeaderWithContentType, $data);
404 404
 
@@ -433,7 +433,7 @@  discard block
 block discarded – undo
433 433
                 }
434 434
             }
435 435
         }
436
-EOT;
436
+eot;
437 437
 
438 438
         $this->client->request(
439 439
             'POST',
@@ -476,7 +476,7 @@  discard block
 block discarded – undo
476 476
                 }
477 477
             }
478 478
         }
479
-EOT;
479
+eot;
480 480
 
481 481
         $this->client->request('POST', '/api/v1/products/', [], [], static::$authorizedHeaderWithContentType, $data);
482 482
 
Please login to merge, or discard this patch.