summaryrefslogtreecommitdiffstats
path: root/phpunit11-rpm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'phpunit11-rpm.patch')
-rw-r--r--phpunit11-rpm.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpunit11-rpm.patch b/phpunit11-rpm.patch
index 9ddfc8c..a4e43ed 100644
--- a/phpunit11-rpm.patch
+++ b/phpunit11-rpm.patch
@@ -30,7 +30,7 @@ diff -up ./phpunit.rpm ./phpunit
- die(1);
+} else {
-+ define ('PHPUNIT_COMPOSER_INSTALL', '/usr/share/php/PHPUnit10/autoload.php');
++ define ('PHPUNIT_COMPOSER_INSTALL', '/usr/share/php/PHPUnit11/autoload.php');
}
require PHPUNIT_COMPOSER_INSTALL;