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

Commit 226978f

Browse files
committed
Merge pull request #366 from webimpress/hotfix/failing-tests
Fixed failing tests: set user agent on load external content
2 parents b7f01a3 + 5a7d1f8 commit 226978f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ResponseTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public function ianaCodesReasonPhrasesProvider()
6161
'http' => [
6262
'method' => 'GET',
6363
'timeout' => 30,
64+
'user_agent' => 'PHP',
6465
],
6566
]
6667
)

0 commit comments

Comments
 (0)