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

Commit

Permalink
Fixed failing tests: set user agent on load external content
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra authored and Xerkus committed Aug 6, 2019
1 parent 97bfc56 commit 65d4105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public function ianaCodesReasonPhrasesProvider()
'http' => [
'method' => 'GET',
'timeout' => 30,
'user_agent' => 'PHP',
],
]
)
Expand Down

0 comments on commit 65d4105

Please sign in to comment.