summaryrefslogtreecommitdiffstats
path: root/phpunit-rpm.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-11-11 19:19:37 +0100
committerRemi Collet <fedora@famillecollet.com>2014-11-11 19:19:37 +0100
commitcad8f2d90227efe9fb1b2906aba66fc75e4727aa (patch)
tree11293fabc980bac035b206cca2244eac7ebb8e58 /phpunit-rpm.patch
parentca3efbdde60612b72ad6f9404114633922a0878b (diff)
php-phpunit-PHPUnit: 4.3.5
Diffstat (limited to 'phpunit-rpm.patch')
-rw-r--r--phpunit-rpm.patch6
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);
-