Browse Source

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

experimental/first_unicode_implementation
David Soria Parra 17 years ago
parent
commit
ff6cf302c2
  1. 1
      run-tests.php

1
run-tests.php

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

Loading…
Cancel
Save