Completed
Push — checkout-optimisation ( 40d0de )
by Kamil
21:30
created
tests/Controller/ExchangeRateApiTest.php 1 patch
Upper-Lower-Casing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
             "sourceCurrency": "EUR",
76 76
             "targetCurrency": "GBP"
77 77
         }
78
-EOT;
78
+eot;
79 79
 
80 80
         $this->client->request('POST', '/api/v1/exchange-rates/', [], [], static::$authorizedHeaderWithContentType, $data);
81 81
 
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
             "sourceCurrency": "EUR",
99 99
             "targetCurrency": "GBP"
100 100
         }
101
-EOT;
101
+eot;
102 102
 
103 103
         $this->client->request('POST', '/api/v1/exchange-rates/', [], [], static::$authorizedHeaderWithContentType, $data);
104 104
 
@@ -229,7 +229,7 @@  discard block
 block discarded – undo
229 229
         {
230 230
             "ratio": "0.84"
231 231
         }
232
-EOT;
232
+eot;
233 233
 
234 234
         $this->client->request('PUT', $this->getExchangeRateUrl($exchangeRate), [], [], static::$authorizedHeaderWithContentType, $data);
235 235
 
@@ -258,7 +258,7 @@  discard block
 block discarded – undo
258 258
         {
259 259
             "ratio": "its-a-trap"
260 260
         }
261
-EOT;
261
+eot;
262 262
 
263 263
         $this->client->request('PUT', $this->getExchangeRateUrl($exchangeRate), [], [], static::$authorizedHeaderWithContentType, $data);
264 264
 
Please login to merge, or discard this patch.