]> granicus.if.org Git - php/commitdiff
- Add missing skipif
authorJani Taskinen <jani@php.net>
Tue, 19 Jan 2010 12:31:29 +0000 (12:31 +0000)
committerJani Taskinen <jani@php.net>
Tue, 19 Jan 2010 12:31:29 +0000 (12:31 +0000)
ext/standard/tests/misc/time_sleep_until_error2.phpt

index 311dd72f6b2cecb4cf30865c7bfe89df005a3799..d20c8ab65ec26afa4099e8a17ed93455850134fa 100644 (file)
@@ -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