summaryrefslogtreecommitdiffstats
path: root/php-bartlett-PHP-Reflect-4.0.0-rpm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'php-bartlett-PHP-Reflect-4.0.0-rpm.patch')
-rw-r--r--php-bartlett-PHP-Reflect-4.0.0-rpm.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/php-bartlett-PHP-Reflect-4.0.0-rpm.patch b/php-bartlett-PHP-Reflect-4.0.0-rpm.patch
index 16f5985..dac0ea6 100644
--- a/php-bartlett-PHP-Reflect-4.0.0-rpm.patch
+++ b/php-bartlett-PHP-Reflect-4.0.0-rpm.patch
@@ -131,14 +131,3 @@ diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php
+foreach ($tab as $class => $file) {
+ require_once $file;
+}
-diff -up ./tests/Environment/YourLogger.php.rpm ./tests/Environment/YourLogger.php
---- ./tests/Environment/YourLogger.php.rpm 2015-06-18 13:30:46.000000000 +0200
-+++ ./tests/Environment/YourLogger.php 2015-06-26 09:18:15.578663966 +0200
-@@ -14,6 +14,7 @@ class YourLogger extends Logger
- if (!file_exists($tempDir)) {
- mkdir($tempDir, 0755, true);
- }
-+ date_default_timezone_set('UTC');
- $filename = sprintf('phpreflect-%s.log', date('Ymd'));
-
- $stream = new RotatingFileHandler("$tempDir/$filename", 30);