summaryrefslogtreecommitdiff
path: root/ext/date/tests/DateTime_setTime_basic1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/DateTime_setTime_basic1.phpt')
-rw-r--r--ext/date/tests/DateTime_setTime_basic1.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/date/tests/DateTime_setTime_basic1.phpt b/ext/date/tests/DateTime_setTime_basic1.phpt
index 25a2ab095f..e5505a0501 100644
--- a/ext/date/tests/DateTime_setTime_basic1.phpt
+++ b/ext/date/tests/DateTime_setTime_basic1.phpt
@@ -1,14 +1,14 @@
--TEST--
-Test DateTime::setTime() function : basic functionality
+Test DateTime::setTime() function : basic functionality
--FILE--
<?php
/* Prototype : public DateTime DateTime::setTime ( int $hour , int $minute [, int $second ] )
- * Description: Resets the current time of the DateTime object to a different time.
+ * Description: Resets the current time of the DateTime object to a different time.
* Source code: ext/date/php_date.c
* Alias to functions: date_time_set
*/
- //Set the default time zone
+ //Set the default time zone
date_default_timezone_set("Europe/London");
echo "*** Testing DateTime::setTime() : basic functionality ***\n";