Skip to content

Commit

Permalink
Make tests timezone-independent by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Nov 12, 2020
1 parent 0869d84 commit 04c69f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<php>
<ini name="error_reporting" value="-1" />
<ini name="serialize_precision" value="14"/>
<ini name="date.timezone" value="UTC"/>
</php>

<testsuites>
Expand Down

0 comments on commit 04c69f8

Please sign in to comment.