Completed
Push — develop ( 4aabf2...3c50bf )
by Stan
02:05
created
tests/ServerPushMiddlewareTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@
 block discarded – undo
172 172
     {
173 173
         return function () use ($page) {
174 174
             return new Response(
175
-                file_get_contents(__DIR__ . "/fixtures/pages/{$page}.html")
175
+                file_get_contents(__DIR__."/fixtures/pages/{$page}.html")
176 176
             );
177 177
         };
178 178
     }
Please login to merge, or discard this patch.