]> granicus.if.org Git - php/commitdiff
Skip test if SKIP_ONLINE_TESTS set
authorChristopher Jones <sixd@php.net>
Wed, 14 Aug 2013 22:45:06 +0000 (15:45 -0700)
committerChristopher Jones <sixd@php.net>
Wed, 14 Aug 2013 22:45:06 +0000 (15:45 -0700)
ext/standard/tests/file/file_get_contents_error001.phpt

index 127901ad797acb1567561e132770c876c25821af..a347d9d3d1d86474302eba0cc55db2b7ed3c5777 100644 (file)
@@ -10,6 +10,7 @@ display_errors=false
        if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
        if (!function_exists("file_get_contents"))
                die ("skip file_get_contents function is not found");
+       if (getenv("SKIP_ONLINE_TESTS")) die("skip online test");
 ?>
 --FILE--
 <?php