@@ -61,14 +61,14 @@ public function log($level, $message, array $context = [])
61
61
$ js ->getHeaders ();
62
62
63
63
$ expected = [
64
- 'Request: GET https://http2-push.io/ ' ,
65
- 'Queueing pushed response: https://http2-push.io/css/style.css ' ,
66
- 'Queueing pushed response: https://http2-push.io/js/http2-push.js ' ,
67
- 'Response: 200 https://http2-push.io/ ' ,
68
- 'Connecting request to pushed response: GET https://http2-push.io/css/style.css ' ,
69
- 'Connecting request to pushed response: GET https://http2-push.io/js/http2-push.js ' ,
70
- 'Response: 200 https://http2-push.io/css/style.css ' ,
71
- 'Response: 200 https://http2-push.io/js/http2-push.js ' ,
64
+ 'Request: " GET https://http2-push.io/" ' ,
65
+ 'Queueing pushed response: " https://http2-push.io/css/style.css" ' ,
66
+ 'Queueing pushed response: " https://http2-push.io/js/http2-push.js" ' ,
67
+ 'Response: " 200 https://http2-push.io/" ' ,
68
+ 'Connecting request to pushed response: " GET https://http2-push.io/css/style.css" ' ,
69
+ 'Connecting request to pushed response: " GET https://http2-push.io/js/http2-push.js" ' ,
70
+ 'Response: " 200 https://http2-push.io/css/style.css" ' ,
71
+ 'Response: " 200 https://http2-push.io/js/http2-push.js" ' ,
72
72
];
73
73
$ this ->assertSame ($ expected , $ logger ->logs );
74
74
}
0 commit comments