summaryrefslogtreecommitdiff
path: root/ext/date/tests/date_create_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/date_create_basic.phpt')
-rw-r--r--ext/date/tests/date_create_basic.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/date_create_basic.phpt b/ext/date/tests/date_create_basic.phpt
index 4e13afebb3..b9d1c2fa97 100644
--- a/ext/date/tests/date_create_basic.phpt
+++ b/ext/date/tests/date_create_basic.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test date_create() function : basic functionality
+Test date_create() function : basic functionality
--FILE--
<?php
/* Prototype : DateTime date_create ([ string $time [, DateTimeZone $timezone ]] )
@@ -8,7 +8,7 @@ Test date_create() function : basic functionality
* Alias to functions: DateTime::__construct
*/
-//Set the default time zone
+//Set the default time zone
date_default_timezone_set("Europe/London");
echo "*** Testing date_create() : basic functionality ***\n";