diff options
author | Ferenc Kovacs <tyrael@php.net> | 2011-10-23 10:09:29 +0000 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2011-10-23 10:09:29 +0000 |
commit | 8066746c73d68a40a3988f155ba0b70d944fa170 (patch) | |
tree | 130dc55ec3391a63939e037deffe4db56eac5345 /tests | |
parent | 5770c9a872735fa85f32cf3059432938dc243649 (diff) | |
download | php-git-8066746c73d68a40a3988f155ba0b70d944fa170.tar.gz |
adding SKIP_SLOW_TESTS checks for the slow tests, and additionaly sync the domains used in the ext/standard/tests/network/getmxrr.phpt with the other branches
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lang/045.phpt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lang/045.phpt b/tests/lang/045.phpt index 399fac7f60..11598cf035 100644 --- a/tests/lang/045.phpt +++ b/tests/lang/045.phpt @@ -1,5 +1,9 @@ --TEST-- Timeout again inside register_shutdown_function +--SKIPIF-- +<?php +if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); +?> --FILE-- <?php set_time_limit(1); |