summaryrefslogtreecommitdiffstats
path: root/php-cs-fixer-autoload.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-02-09 10:03:17 +0100
committerRemi Collet <fedora@famillecollet.com>2017-02-09 10:03:17 +0100
commit6664409c2c8b377222d2e6b6fa8667a28dd92efb (patch)
tree8997c2bb34fd81f57dfb6ef1bc156db4e594b0b0 /php-cs-fixer-autoload.patch
parent6f931d324bbf6cbb20e48a91911578acba60a5ab (diff)
php-cs-fixer: 2.0.1
Diffstat (limited to 'php-cs-fixer-autoload.patch')
-rw-r--r--php-cs-fixer-autoload.patch15
1 files changed, 13 insertions, 2 deletions
diff --git a/php-cs-fixer-autoload.patch b/php-cs-fixer-autoload.patch
index 149c6e3..0717c97 100644
--- a/php-cs-fixer-autoload.patch
+++ b/php-cs-fixer-autoload.patch
@@ -1,6 +1,6 @@
diff -up ./php-cs-fixer.rpm ./php-cs-fixer
---- ./php-cs-fixer.rpm 2016-12-01 15:13:25.882871262 +0100
-+++ ./php-cs-fixer 2016-12-01 15:14:08.756051245 +0100
+--- ./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, $
}
});
@@ -15,3 +15,14 @@ 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
+ ->files()
+ ->name('*.php')
+ ->in(__DIR__.'/../src')
++ ->notName('autoload.php')
+ ->exclude(array(
+ 'Resources',
+ ))