summaryrefslogtreecommitdiffstats
path: root/php-cs-fixer-autoload.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-04-01 10:07:19 +0200
committerRemi Collet <fedora@famillecollet.com>2017-04-01 10:07:19 +0200
commita0f48d5611835b0920dbe19e49e0c349ce3d5255 (patch)
treedba5cf3f76791c2e9f5a3af9b46c8292bc5064cd /php-cs-fixer-autoload.patch
parentfa143b9f906c321b3a31e1c594a5b960d482b533 (diff)
v2.2.0
Diffstat (limited to 'php-cs-fixer-autoload.patch')
-rw-r--r--php-cs-fixer-autoload.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/php-cs-fixer-autoload.patch b/php-cs-fixer-autoload.patch
index 0717c97..b3202a2 100644
--- a/php-cs-fixer-autoload.patch
+++ b/php-cs-fixer-autoload.patch
@@ -1,7 +1,7 @@
diff -up ./php-cs-fixer.rpm ./php-cs-fixer
---- ./php-cs-fixer.rpm 2017-02-09 09:20:40.000000000 +0100
-+++ ./php-cs-fixer 2017-02-09 09:22:43.400071075 +0100
-@@ -32,12 +32,7 @@ set_error_handler(function ($severity, $
+--- ./php-cs-fixer.rpm 2017-04-01 08:35:52.000000000 +0200
++++ ./php-cs-fixer 2017-04-01 08:48:58.016723873 +0200
+@@ -42,12 +42,7 @@ set_error_handler(function ($severity, $
}
});
@@ -15,13 +15,13 @@ diff -up ./php-cs-fixer.rpm ./php-cs-fixer
use PhpCsFixer\Console\Application;
-diff -up ./tests/ProjectCodeTest.php.rpm ./tests/ProjectCodeTest.php
---- ./tests/ProjectCodeTest.php.rpm 2017-02-09 09:44:35.627516496 +0100
-+++ ./tests/ProjectCodeTest.php 2017-02-09 09:44:39.935537666 +0100
-@@ -234,6 +234,7 @@ final class ProjectCodeTest extends \PHP
+diff -up ./tests/AutoReview/ProjectCodeTest.php.rpm ./tests/AutoReview/ProjectCodeTest.php
+--- ./tests/AutoReview/ProjectCodeTest.php.rpm 2017-04-01 08:50:31.217299123 +0200
++++ ./tests/AutoReview/ProjectCodeTest.php 2017-04-01 08:51:10.127539283 +0200
+@@ -314,6 +314,7 @@ final class ProjectCodeTest extends \PHP
->files()
->name('*.php')
- ->in(__DIR__.'/../src')
+ ->in(__DIR__.'/../../src')
+ ->notName('autoload.php')
->exclude(array(
'Resources',