Skip to content

Commit

Permalink
Skip if https wrapper isn't present
Browse files Browse the repository at this point in the history
  • Loading branch information
morrisonlevi committed Sep 22, 2020
1 parent e547ea4 commit f26d855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/standard/tests/network/bug80067.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Bug #80067 (Omitting the port in bindto setting errors)
--SKIPIF--
<?php
if (getenv("SKIP_ONLINE_TESTS")) die('skip online test');
if (!in_array('https', stream_get_wrappers())) die('skip: https wrapper is required');
?>
--FILE--
<?php
Expand Down

0 comments on commit f26d855

Please sign in to comment.