Skip to content

Commit

Permalink
Set timezone to America/New_York in phpunit
Browse files Browse the repository at this point in the history
The website is working with America/New_York and so must the tests
  • Loading branch information
SenseException committed Oct 3, 2023
1 parent 9245248 commit 2e89f3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
</testsuite>
</testsuites>

<php>
<ini name="date.timezone" value="America/New_York"/>
</php>

<source>
<include>
<directory>./lib</directory>
Expand Down

0 comments on commit 2e89f3d

Please sign in to comment.