summaryrefslogtreecommitdiffstats
path: root/phpunit12-rpm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'phpunit12-rpm.patch')
-rw-r--r--phpunit12-rpm.patch3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpunit12-rpm.patch b/phpunit12-rpm.patch
index 3ed6d6a..7d4df55 100644
--- a/phpunit12-rpm.patch
+++ b/phpunit12-rpm.patch
@@ -118,7 +118,7 @@ diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php
if ($composer && $phar) {
print 'More than one test fixture autoloader is available, exiting.' . PHP_EOL;
-@@ -28,10 +28,15 @@ if (!$composer && !$phar) {
+@@ -28,10 +28,14 @@ if (!$composer && !$phar) {
if ($composer) {
if (!defined('PHPUNIT_COMPOSER_INSTALL')) {
@@ -128,7 +128,6 @@ diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php
- require_once __DIR__ . '/../vendor/autoload.php';
+ require_once PHPUNIT_COMPOSER_INSTALL;
-+ require_once __DIR__ . '/_files/CoverageNamespacedFunctionTest.php';
+ require_once __DIR__ . '/_files/CoveredFunction.php';
+ require_once __DIR__ . '/_files/Generator.php';
+ require_once __DIR__ . '/_files/NamespaceCoveredFunction.php';