summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-01-11 06:11:24 +1400
committerChristoph M. Becker <cmbecker69@gmx.de>2020-01-11 06:15:32 +1400
commitbc529b92ee69f79e9cd79cf50c3c6d901367c3b9 (patch)
treec23db95ad715b122f7724701acf7575bb8a14542
parent0dda4a844e63ccbcff1053fff65649dab0fd348f (diff)
downloadphp-git-bc529b92ee69f79e9cd79cf50c3c6d901367c3b9.tar.gz
Fix test for Windows ZTS builds
Cf. <https://bugs.php.net/bug.php?id=61685#1578672905>.
-rw-r--r--ext/calendar/tests/easter_date.phpt2
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--