summaryrefslogtreecommitdiff
path: root/ext/intl/tests/calendar_before_after_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/calendar_before_after_error.phpt')
-rw-r--r--ext/intl/tests/calendar_before_after_error.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/intl/tests/calendar_before_after_error.phpt b/ext/intl/tests/calendar_before_after_error.phpt
index 8fd6db2a1b..be1f01b927 100644
--- a/ext/intl/tests/calendar_before_after_error.phpt
+++ b/ext/intl/tests/calendar_before_after_error.phpt
@@ -60,6 +60,7 @@ try {
} catch (Error $ex) {
echo "error: " . $ex->getCode() . ", " . $ex->getMessage() . "\n\n";
}
+?>
--EXPECT--
error: 0, IntlCalendar::after() expects exactly 1 parameter, 0 given