mirror of
https://github.com/doctrine/doctrine-website.git
synced 2026-03-23 22:32:11 +01:00
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:
@@ -13,6 +13,10 @@
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
<php>
|
||||
<ini name="date.timezone" value="America/New_York"/>
|
||||
</php>
|
||||
|
||||
<source>
|
||||
<include>
|
||||
<directory>./lib</directory>
|
||||
|
||||
Reference in New Issue
Block a user