From cd0adb2b24849b89bd19242f5d0c2988f3961aae Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Aug 2023 08:50:38 +0200 Subject: update to 10.3.0 --- phpunit10-rpm.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpunit10-rpm.patch') diff --git a/phpunit10-rpm.patch b/phpunit10-rpm.patch index f4f7c81..2e82286 100644 --- a/phpunit10-rpm.patch +++ b/phpunit10-rpm.patch @@ -72,7 +72,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,14 @@ if (!$composer && !$phar) { +@@ -28,10 +28,15 @@ if (!$composer && !$phar) { if ($composer) { if (!defined('PHPUNIT_COMPOSER_INSTALL')) { @@ -84,6 +84,7 @@ diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.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'; + require_once __DIR__ . '/autoload.php'; } -- cgit