summaryrefslogtreecommitdiff
path: root/ext/calendar/tests/bug80185_32bit.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/calendar/tests/bug80185_32bit.phpt')
-rw-r--r--ext/calendar/tests/bug80185_32bit.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/calendar/tests/bug80185_32bit.phpt b/ext/calendar/tests/bug80185_32bit.phpt
index 98a1bea2a3..a7fe96e0ff 100644
--- a/ext/calendar/tests/bug80185_32bit.phpt
+++ b/ext/calendar/tests/bug80185_32bit.phpt
@@ -1,8 +1,9 @@
--TEST--
Bug #80185 (jdtounix() fails after 2037)
+--EXTENSIONS--
+calendar
--SKIPIF--
<?php
-if (!extension_loaded('calendar')) die('skip ext/calendar required');
if (PHP_INT_SIZE != 4) die("skip for 32bit platforms only");
?>
--FILE--