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

Commit 07cd173

Browse files
committed
CS fix: shorten http user agent name as it doesn't matter for the test
1 parent a3446e5 commit 07cd173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functions/MarshalUriFromSapiTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function testReturnsUrlWithCorrectHttpSchemeFromArrays($httpsValue, $expe
4949
'HTTP_ACCEPT_LANGUAGE' => 'de-DE,de;q=0.9,en-US;q=0.8,en;q=0.7',
5050
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br',
5151
'HTTP_REFERER' => 'http://localhost:8080/index.html',
52-
'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',
52+
'HTTP_USER_AGENT' => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko)',
5353
'HTTP_ACCEPT' => 'application/json,*/*',
5454
'HTTP_CONNECTION' => 'keep-alive',
5555
'HTTP_HOST' => 'localhost:8080',

0 commit comments

Comments
 (0)