Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 7e907d8

Browse files
committed
Merge branch 'cs-fix' into develop
Forward port cs fix
2 parents 345b111 + c155144 commit 7e907d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/functions/MarshalUriFromSapiTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ public function testReturnsUrlWithCorrectHttpSchemeFromArrays(string $httpsValue
5151
'HTTP_ACCEPT_LANGUAGE' => 'de-DE,de;q=0.9,en-US;q=0.8,en;q=0.7',
5252
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br',
5353
'HTTP_REFERER' => 'http://localhost:8080/index.html',
54-
'HTTP_USER_AGENT' => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/67.0.3396.99 Chrome/67.0.3396.99 Safari/537.36',
54+
'HTTP_USER_AGENT' => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko)'
55+
. ' Ubuntu Chromium/67.0.3396.99 Chrome/67.0.3396.99 Safari/537.36',
5556
'HTTP_ACCEPT' => 'application/json,*/*',
5657
'HTTP_CONNECTION' => 'keep-alive',
5758
'HTTP_HOST' => 'localhost:8080',

0 commit comments

Comments
 (0)