summaryrefslogtreecommitdiffstats
path: root/phpunit-rpm.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-04-07 14:58:59 +0200
committerRemi Collet <fedora@famillecollet.com>2015-04-07 14:58:59 +0200
commitaa9bc536d15ab58b09b97c3c547db07b03b0f37a (patch)
tree06ed06f064358eb836b896e98d89added780e487 /phpunit-rpm.patch
parenta97e220d99ca4919cf553163d0627e7159dd0014 (diff)
php-phpunit-PHPUnit: 4.6.2
Diffstat (limited to 'phpunit-rpm.patch')
-rw-r--r--phpunit-rpm.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpunit-rpm.patch b/phpunit-rpm.patch
index 724ad00..b927330 100644
--- a/phpunit-rpm.patch
+++ b/phpunit-rpm.patch
@@ -36,11 +36,12 @@ diff -up ./phpunit.rpm ./phpunit
diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php
--- ./tests/bootstrap.php.rpm 2015-01-17 12:24:41.000000000 +0100
+++ ./tests/bootstrap.php 2015-01-18 08:51:55.668966689 +0100
-@@ -1,6 +1,8 @@
+@@ -1,6 +1,9 @@
<?php
// Needed for isolated tests
-require __DIR__ . '/../vendor/autoload.php';
+require_once __DIR__ . '/_files/CoveredFunction.php';
++require_once __DIR__ . '/../PHPUnit/Framework/Assert/Functions.php';
+require_once __DIR__ . '/../PHPUnit/Autoload.php';
+require_once __DIR__ . '/autoload.php';