Test Setup Failed
Branch master (1828f5)
by Alex
02:18
created
Category
Tests/ServiceClientUnitTests.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -335,11 +335,11 @@
 block discarded – undo
335 335
         ]);
336 336
         $client->method('sendRequest')
337 337
             ->with(
338
-            $this->callback(function ($url) {
338
+            $this->callback(function($url) {
339 339
                 return true;
340 340
             }),
341 341
             $this->callback(
342
-                function ($headers) {
342
+                function($headers) {
343 343
                     $this->assertContains('Authentication: Basic some-token', $headers);
344 344
                     $this->assertContains('Cgi-Authorization: Basic some-token', $headers);
345 345
                     return true;
Please login to merge, or discard this patch.