summaryrefslogtreecommitdiff
path: root/ext/date/tests/DateTime_setDate_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/DateTime_setDate_error.phpt')
-rw-r--r--ext/date/tests/DateTime_setDate_error.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/date/tests/DateTime_setDate_error.phpt b/ext/date/tests/DateTime_setDate_error.phpt
index 29c019a262..25bbb3b2e8 100644
--- a/ext/date/tests/DateTime_setDate_error.phpt
+++ b/ext/date/tests/DateTime_setDate_error.phpt
@@ -1,13 +1,13 @@
--TEST--
-Test DateTime::setDate() function : error conditions
+Test DateTime::setDate() function : error conditions
--FILE--
<?php
/* Prototype : public DateTime DateTime::setDate ( int $year , int $month , int $day )
- * Description: Resets the current date of the DateTime object to a different date.
+ * Description: Resets the current date of the DateTime object to a different date.
* Source code: ext/date/php_date.c
* Alias to functions: date_date_set()
*/
-
+
date_default_timezone_set("Europe/London");
echo "*** Testing DateTime::setDate() : error conditions ***\n";