Skip to content

Commit f26d855

Browse files
committed
Skip if https wrapper isn't present
1 parent e547ea4 commit f26d855

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/standard/tests/network/bug80067.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Bug #80067 (Omitting the port in bindto setting errors)
33
--SKIPIF--
44
<?php
55
if (getenv("SKIP_ONLINE_TESTS")) die('skip online test');
6+
if (!in_array('https', stream_get_wrappers())) die('skip: https wrapper is required');
67
?>
78
--FILE--
89
<?php

0 commit comments

Comments
 (0)