summaryrefslogtreecommitdiff
path: root/ext/calendar/tests/jdtounix.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/calendar/tests/jdtounix.phpt')
-rw-r--r--ext/calendar/tests/jdtounix.phpt16
1 files changed, 0 insertions, 16 deletions
diff --git a/ext/calendar/tests/jdtounix.phpt b/ext/calendar/tests/jdtounix.phpt
deleted file mode 100644
index 8d85543300..0000000000
--- a/ext/calendar/tests/jdtounix.phpt
+++ /dev/null
@@ -1,16 +0,0 @@
---TEST--
-jdtounix()
---INI--
-date.timezone=UTC
---SKIPIF--
-<?php include 'skipif.inc'; ?>
---FILE--
-<?php
-echo date("Y-m-d",jdtounix(2440588)). "\n";
-echo date("Y-m-d",jdtounix(2452162)). "\n";
-echo date("Y-m-d",jdtounix(2453926)). "\n";
-?>
---EXPECT--
-1970-01-01
-2001-09-09
-2006-07-09