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 | b38d56616bca2b21830767740a5e97b90ee9b9ed (patch) | |
tree | 86b472c3a82f2b060201fd3a81c5a01ed6856849 /tests | |
parent | 6c67aa07b43e6bf8a7acd93e758e3a6cd55fe902 (diff) | |
download | php-git-b38d56616bca2b21830767740a5e97b90ee9b9ed.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); |