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

Commit

Permalink
CS fix: shorten http user agent name as it doesn't matter for the test
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Jul 11, 2019
1 parent a3446e5 commit 07cd173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functions/MarshalUriFromSapiTest.php
Expand Up @@ -49,7 +49,7 @@ public function testReturnsUrlWithCorrectHttpSchemeFromArrays($httpsValue, $expe
'HTTP_ACCEPT_LANGUAGE' => 'de-DE,de;q=0.9,en-US;q=0.8,en;q=0.7',
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br',
'HTTP_REFERER' => 'http://localhost:8080/index.html',
'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',
'HTTP_USER_AGENT' => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko)',
'HTTP_ACCEPT' => 'application/json,*/*',
'HTTP_CONNECTION' => 'keep-alive',
'HTTP_HOST' => 'localhost:8080',
Expand Down

0 comments on commit 07cd173

Please sign in to comment.