diff options
| author | jvoisin | 2018-12-26 11:37:04 +0100 |
|---|---|---|
| committer | jvoisin | 2018-12-26 11:37:04 +0100 |
| commit | 2ca73d842719c1c8002a20fbbc93c57d1308d54e (patch) | |
| tree | 973fefa25130f2ba70b8d4baa54c2d108da92861 /src | |
| parent | 0abc394a29248bba99d9590a49ba7301dfa6cd58 (diff) | |
Make the testsuite a bit more portable
Diffstat (limited to 'src')
| -rw-r--r-- | src/tests/stream_wrapper.phpt | 4 |
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 | ||
| 21 | Warning: 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 | 21 | Warning: 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 | ||
| 23 | Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in %a/tests/stream_wrapper.php on line %d | 23 | Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: %s |
| 24 | 24 | ||
| 25 | Warning: 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 | 25 | Warning: file_get_contents(https://qweqwezxc): failed to open stream: php_network_getaddresses: getaddrinfo failed: %s |
| 26 | 26 | ||
| 27 | Warning: file_get_contents(ftp://qweqwezxc): failed to open stream: operation failed in %a/tests/stream_wrapper.php on line %d | 27 | Warning: file_get_contents(ftp://qweqwezxc): failed to open stream: operation failed in %a/tests/stream_wrapper.php on line %d |
| 28 | 28 | ||
