diff options
Diffstat (limited to 'ext/calendar/tests/cal_to_jd.phpt')
-rw-r--r-- | ext/calendar/tests/cal_to_jd.phpt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/ext/calendar/tests/cal_to_jd.phpt b/ext/calendar/tests/cal_to_jd.phpt deleted file mode 100644 index fde1e0b455..0000000000 --- a/ext/calendar/tests/cal_to_jd.phpt +++ /dev/null @@ -1,16 +0,0 @@ ---TEST-- -cal_to_jd() ---SKIPIF-- -<?php include 'skipif.inc'; ?> ---FILE-- -<?php -echo cal_to_jd(CAL_GREGORIAN, 8, 26, 74), "\n"; -echo cal_to_jd(CAL_JULIAN, 8, 26, 74), "\n"; -echo cal_to_jd(CAL_JEWISH, 8, 26, 74), "\n"; -echo cal_to_jd(CAL_FRENCH, 8, 26, 74), "\n"; -?> ---EXPECT-- -1748326 -1748324 -374867 -0 |