Reset TZ environment variable. Some tests assume that it's not set.

This commit is contained in:
David Soria Parra 2009-07-07 23:04:45 +00:00
parent 13045c6900
commit ff6cf302c2

View File

@ -1379,6 +1379,7 @@ TEST $file
$env['REQUEST_METHOD'] = '';
$env['CONTENT_TYPE'] = '';
$env['CONTENT_LENGTH'] = '';
$env['TZ'] = '';
if (!empty($section_text['ENV'])) {