diff options
author | Anatol Belski <ab@php.net> | 2013-08-23 16:40:28 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2013-08-23 16:40:28 +0200 |
commit | a2b1546f3b59095b65a5624494c778078cb5a87f (patch) | |
tree | f7d2b14f4798f60f1794cbefd6ecbcca7c0719e2 | |
parent | 686402a865d13b5cf331a5fc1966e6f35046eb4d (diff) | |
download | php-git-a2b1546f3b59095b65a5624494c778078cb5a87f.tar.gz |
ensure the test doesn't fail because of tz warning
-rw-r--r-- | ext/date/tests/bug65184.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/date/tests/bug65184.phpt b/ext/date/tests/bug65184.phpt index adfd8d8124..9bb68558aa 100644 --- a/ext/date/tests/bug65184.phpt +++ b/ext/date/tests/bug65184.phpt @@ -6,6 +6,8 @@ if (strtoupper(substr(PHP_OS, 0, 3)) != 'WIN') { die("skip Test is valid for Windows"); } ?> +--INI-- +date.timezone = UTC --FILE-- <?php setlocale(LC_ALL, 'Japanese_Japan.932'); |