Completed
Push — 1.2 ( 92568a...918d86 )
by Kamil
24:00
created
src/Sylius/Bundle/ResourceBundle/test/src/Tests/Controller/BookApiTest.php 1 patch
Upper-Lower-Casing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
             },
42 42
             "author": "Christie Golden"
43 43
         }
44
-EOT;
44
+eot;
45 45
 
46 46
         $this->client->request('POST', '/books/', [], [], ['CONTENT_TYPE' => 'application/json'], $data);
47 47
         $response = $this->client->getResponse();
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
             },
69 69
             "author": "Christie Golden"
70 70
         }
71
-EOT;
71
+eot;
72 72
 
73 73
         $this->client->request('PUT', '/books/' . $objects['book1']->getId(), [], [], ['CONTENT_TYPE' => 'application/json'], $data);
74 74
         $response = $this->client->getResponse();
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
         {
88 88
             "author": "Christie Golden"
89 89
         }
90
-EOT;
90
+eot;
91 91
 
92 92
         $this->client->request('PATCH', '/books/' . $objects['book1']->getId(), [], [], ['CONTENT_TYPE' => 'application/json'], $data);
93 93
         $response = $this->client->getResponse();
@@ -221,7 +221,7 @@  discard block
 block discarded – undo
221 221
             },
222 222
             "author": "Christie Golden"
223 223
         }
224
-EOT;
224
+eot;
225 225
 
226 226
         $this->client->request('POST', '/books/create-custom', [], [], ['CONTENT_TYPE' => 'application/json'], $data);
227 227
         $response = $this->client->getResponse();
Please login to merge, or discard this patch.