1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

Fix tests

This commit is contained in:
Hannes Magnusson
2010-03-24 22:06:21 +00:00
parent a1cce74e96
commit abd893a2ae
4 changed files with 7 additions and 3 deletions
@@ -1,5 +1,7 @@
--TEST--
time_sleep_until() function - basic test for time_sleep_until()
--SKIPIF--
<?php if (!function_exists("time_sleep_until")) die('skip time_sleep_until() not available');?>
--CREDITS--
Manuel Baldassarri mb@ideato.it
Michele Orselli mo@ideato.it
@@ -1,5 +1,7 @@
--TEST--
time_sleep_until() function - error test for time_sleep_until()
--SKIPIF--
<?php if (!function_exists("time_sleep_until")) die('skip time_sleep_until() not available');?>
--CREDITS--
Fabio Fabbrucci fabbrucci@grupporetina.com
Danilo Sanchi sanchi@grupporetina.com
@@ -1,9 +1,7 @@
--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.');
?>
<?php if (!function_exists("time_sleep_until")) die('skip time_sleep_until() not available');?>
--CREDITS--
Filippo De Santis fd@ideato.it
#PHPTestFest Cesena Italia on 2009-06-20
@@ -1,5 +1,7 @@
--TEST--
time_sleep_until() function - error test for time_sleep_until()
--SKIPIF--
<?php if (!function_exists("time_sleep_until")) die('skip time_sleep_until() not available');?>
--CREDITS--
Francesco Fullone ff@ideato.it
#PHPTestFest Cesena Italia on 2009-06-20