summaryrefslogtreecommitdiff
path: root/tests/func/time_sleep_until_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/func/time_sleep_until_basic.phpt')
-rw-r--r--tests/func/time_sleep_until_basic.phpt15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/func/time_sleep_until_basic.phpt b/tests/func/time_sleep_until_basic.phpt
deleted file mode 100644
index def114cc48..0000000000
--- a/tests/func/time_sleep_until_basic.phpt
+++ /dev/null
@@ -1,15 +0,0 @@
---TEST--
-time_sleep_until — Make the script sleep until the specified time
---CREDITS--
-Àlex Corretgé - alex@corretge.cat
---FILE--
-<?php
-
-$timeA = time();
-time_sleep_until($timeA+3);
-$timeB = time();
-echo ($timeB - $timeA) . " seconds.";
-
-?>
---EXPECT--
-3 seconds. \ No newline at end of file