Set timezone to America/New_York in phpunit (#534)

The website is working with America/New_York and so must the tests
This commit is contained in:
Claudio Zizza
2023-10-06 22:47:49 +02:00
committed by GitHub
parent 3661b05709
commit 2d9093934e

View File

@@ -13,6 +13,10 @@
</testsuite>
</testsuites>
<php>
<ini name="date.timezone" value="America/New_York"/>
</php>
<source>
<include>
<directory>./lib</directory>