summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2018-12-26 11:37:04 +0100
committerjvoisin2018-12-26 11:37:04 +0100
commit2ca73d842719c1c8002a20fbbc93c57d1308d54e (patch)
tree973fefa25130f2ba70b8d4baa54c2d108da92861
parent0abc394a29248bba99d9590a49ba7301dfa6cd58 (diff)
Make the testsuite a bit more portable
-rw-r--r--src/tests/stream_wrapper.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/stream_wrapper.phpt b/src/tests/stream_wrapper.phpt
index b4e49a0..efd4160 100644
--- a/src/tests/stream_wrapper.phpt
+++ b/src/tests/stream_wrapper.phpt
@@ -20,9 +20,9 @@ Warning: Unknown: Unable to find the wrapper "php" - did you forget to enable it
20 20
21Warning: file_get_contents(): Unable to find the wrapper "http" - did you forget to enable it when you configured PHP? in %a/tests/stream_wrapper.php on line %d 21Warning: file_get_contents(): Unable to find the wrapper "http" - did you forget to enable it when you configured PHP? in %a/tests/stream_wrapper.php on line %d
22 22
23Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in %a/tests/stream_wrapper.php on line %d 23Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: %s
24 24
25Warning: file_get_contents(https://qweqwezxc): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in %a/tests/stream_wrapper.php on line %d 25Warning: file_get_contents(https://qweqwezxc): failed to open stream: php_network_getaddresses: getaddrinfo failed: %s
26 26
27Warning: file_get_contents(ftp://qweqwezxc): failed to open stream: operation failed in %a/tests/stream_wrapper.php on line %d 27Warning: file_get_contents(ftp://qweqwezxc): failed to open stream: operation failed in %a/tests/stream_wrapper.php on line %d
28 28