mirror of
https://github.com/php/php-src.git
synced 2024-11-29 04:46:07 +08:00
Reset TZ environment variable. Some tests assume that it's not set.
This commit is contained in:
parent
13045c6900
commit
ff6cf302c2
@ -1379,6 +1379,7 @@ TEST $file
|
||||
$env['REQUEST_METHOD'] = '';
|
||||
$env['CONTENT_TYPE'] = '';
|
||||
$env['CONTENT_LENGTH'] = '';
|
||||
$env['TZ'] = '';
|
||||
|
||||
if (!empty($section_text['ENV'])) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user