diff options
Diffstat (limited to 'phpunit-rpm.patch')
-rw-r--r-- | phpunit-rpm.patch | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/phpunit-rpm.patch b/phpunit-rpm.patch index 4c5dbea..a0ec349 100644 --- a/phpunit-rpm.patch +++ b/phpunit-rpm.patch @@ -7,7 +7,7 @@ diff -up ./phpunit.rpm ./phpunit <?php /* PHPUnit * -@@ -35,22 +35,7 @@ +@@ -35,22 +35,10 @@ * POSSIBILITY OF SUCH DAMAGE. */ @@ -16,7 +16,9 @@ diff -up ./phpunit.rpm ./phpunit - define('PHPUNIT_COMPOSER_INSTALL', $file); - break; - } --} ++if (!ini_get('date.timezone')) { ++ ini_set('date.timezone', 'UTC'); + } - -unset($file); - |