]> 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 08cab3acb3adaa5720793bf89a754e2feb1383d8..239305a3b290c5bcfe0d06202535ffdffecbe210 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