diff options
author | Jani Taskinen <jani@php.net> | 2010-01-19 12:31:29 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2010-01-19 12:31:29 +0000 |
commit | d9eed26a3dc1ebbf1fb52b63ea418ca9f101303f (patch) | |
tree | 822900c483da1515c95092b9d07fba5cba3604ef | |
parent | ac1a5cd0f7b74329ab5775b5db27945655f631d7 (diff) | |
download | php-git-d9eed26a3dc1ebbf1fb52b63ea418ca9f101303f.tar.gz |
- Add missing skipif
-rw-r--r-- | ext/standard/tests/misc/time_sleep_until_error2.phpt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/standard/tests/misc/time_sleep_until_error2.phpt b/ext/standard/tests/misc/time_sleep_until_error2.phpt index 311dd72f6b..d20c8ab65e 100644 --- a/ext/standard/tests/misc/time_sleep_until_error2.phpt +++ b/ext/standard/tests/misc/time_sleep_until_error2.phpt @@ -1,5 +1,9 @@ --TEST-- time_sleep_until() function - error test for time_sleep_until() +--SKIPIF-- +<?php + function_exists('time_sleep_until') or die('skip time_sleep_until() is not supported in this build.'); +?> --CREDITS-- Filippo De Santis fd@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 |