diff options
Diffstat (limited to 'ext/intl/tests/timezone_clone_basic.phpt')
| -rw-r--r-- | ext/intl/tests/timezone_clone_basic.phpt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/intl/tests/timezone_clone_basic.phpt b/ext/intl/tests/timezone_clone_basic.phpt index a8ef83f864..4a5a58f718 100644 --- a/ext/intl/tests/timezone_clone_basic.phpt +++ b/ext/intl/tests/timezone_clone_basic.phpt @@ -18,7 +18,6 @@ print_r($gmt); print_r(clone $gmt); ?> -==DONE== --EXPECTF-- IntlTimeZone Object ( @@ -47,5 +46,4 @@ IntlTimeZone Object [id] => GMT [rawOffset] => 0 [currentOffset] => 0 -) -==DONE==
\ No newline at end of file +)
\ No newline at end of file |
