summaryrefslogtreecommitdiffstats
path: root/phpunit-rpm.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-10-03 11:33:21 +0200
committerRemi Collet <fedora@famillecollet.com>2014-10-03 11:33:21 +0200
commitc994188d13fc118a10685ae9ea9e10dc175cb51e (patch)
treedc0674d86ea0c1fce2dd38c093605c0155a5e366 /phpunit-rpm.patch
parent44543ff6ad5f95163ee0dbe24e51f1fbba7464a5 (diff)
php-phpunit-PHPUnit: 4.3.0
Diffstat (limited to 'phpunit-rpm.patch')
-rw-r--r--phpunit-rpm.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpunit-rpm.patch b/phpunit-rpm.patch
index f953d8d..4c5dbea 100644
--- a/phpunit-rpm.patch
+++ b/phpunit-rpm.patch
@@ -1,6 +1,6 @@
diff -up ./phpunit.rpm ./phpunit
---- ./phpunit.rpm 2014-09-14 11:31:24.000000000 +0200
-+++ ./phpunit 2014-09-14 15:48:32.804943481 +0200
+--- ./phpunit.rpm 2014-10-03 07:17:00.000000000 +0200
++++ ./phpunit 2014-10-03 11:09:31.304175626 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env php
+#!/usr/bin/php
@@ -11,7 +11,7 @@ diff -up ./phpunit.rpm ./phpunit
* POSSIBILITY OF SUCH DAMAGE.
*/
--foreach (array(__DIR__ . '/../../autoload.php', __DIR__ . '/vendor/autoload.php') as $file) {
+-foreach (array(__DIR__ . '/../../autoload.php', __DIR__ . '/../vendor/autoload.php', __DIR__ . '/vendor/autoload.php') as $file) {
- if (file_exists($file)) {
- define('PHPUNIT_COMPOSER_INSTALL', $file);
- break;