diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2020-01-11 06:11:24 +1400 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-01-11 06:15:32 +1400 |
commit | bc529b92ee69f79e9cd79cf50c3c6d901367c3b9 (patch) | |
tree | c23db95ad715b122f7724701acf7575bb8a14542 /ext/calendar | |
parent | 0dda4a844e63ccbcff1053fff65649dab0fd348f (diff) | |
download | php-git-bc529b92ee69f79e9cd79cf50c3c6d901367c3b9.tar.gz |
Fix test for Windows ZTS builds
Cf. <https://bugs.php.net/bug.php?id=61685#1578672905>.
Diffstat (limited to 'ext/calendar')
-rw-r--r-- | ext/calendar/tests/easter_date.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/calendar/tests/easter_date.phpt b/ext/calendar/tests/easter_date.phpt index 065e1478d0..4e0aaa137f 100644 --- a/ext/calendar/tests/easter_date.phpt +++ b/ext/calendar/tests/easter_date.phpt @@ -2,6 +2,8 @@ easter_date() --INI-- date.timezone=UTC +--ENV-- +TZ=UTC --SKIPIF-- <?php include 'skipif.inc'; ?> --FILE-- |