Skip to content

Commit 9d62807

Browse files
committed
Skip test if SKIP_ONLINE_TESTS set
1 parent 7f69f07 commit 9d62807

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/standard/tests/file/file_get_contents_error001.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ display_errors=false
1010
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
1111
if (!function_exists("file_get_contents"))
1212
die ("skip file_get_contents function is not found");
13+
if (getenv("SKIP_ONLINE_TESTS")) die("skip online test");
1314
?>
1415
--FILE--
1516
<?php

0 commit comments

Comments
 (0)