summaryrefslogtreecommitdiffstats
path: root/phpunit13-rpm.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-07-22 09:19:44 +0200
committerRemi Collet <remi@php.net>2026-07-22 09:19:44 +0200
commit59134c3cd2b9ded834f8de83c7125b07a70b8361 (patch)
treecb2d439164a9a727b9f70d17e910ff95575fba8c /phpunit13-rpm.patch
parentc710cbca5e083f20c0cddc4eea1b7ea63fff8dfe (diff)
add upstream patch for sebastian/exporter 8.1.1 FTBFS #2504411HEADmaster
raise dependency on sebastian/exporter 8.1.1
Diffstat (limited to 'phpunit13-rpm.patch')
-rw-r--r--phpunit13-rpm.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpunit13-rpm.patch b/phpunit13-rpm.patch
index 8e56aa0..b1b209e 100644
--- a/phpunit13-rpm.patch
+++ b/phpunit13-rpm.patch
@@ -96,7 +96,7 @@ diff -up ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm ./src/TextUI/
diff -up ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm ./src/TextUI/Configuration/Xml/SchemaFinder.php
--- ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm 2024-11-28 07:29:40.000000000 +0100
+++ ./src/TextUI/Configuration/Xml/SchemaFinder.php 2024-11-28 07:31:32.759973771 +0100
-@@ -77,6 +77,6 @@ final readonly class SchemaFinder
+@@ -78,6 +78,6 @@ final readonly class SchemaFinder
return __PHPUNIT_PHAR_ROOT__ . '/';
}
@@ -138,7 +138,7 @@ diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php
diff -up ./tests/unit/TextUI/Command/Commands/VersionCheckCommandTest.php.rpm ./tests/unit/TextUI/Command/Commands/VersionCheckCommandTest.php
--- ./tests/unit/TextUI/Command/Commands/VersionCheckCommandTest.php.rpm 2024-11-28 07:29:40.000000000 +0100
+++ ./tests/unit/TextUI/Command/Commands/VersionCheckCommandTest.php 2024-11-28 07:31:32.759973771 +0100
-@@ -28,7 +28,7 @@ final class VersionCheckCommandTest exte
+@@ -31,7 +31,7 @@ final class VersionCheckCommandTest exte
{
return [
[
@@ -147,7 +147,7 @@ diff -up ./tests/unit/TextUI/Command/Commands/VersionCheckCommandTest.php.rpm ./
Result::SUCCESS,
10,
'10.5.0',
-@@ -36,8 +36,9 @@ final class VersionCheckCommandTest exte
+@@ -39,8 +39,9 @@ final class VersionCheckCommandTest exte
'10.5.0',
],
[
@@ -158,7 +158,7 @@ diff -up ./tests/unit/TextUI/Command/Commands/VersionCheckCommandTest.php.rpm ./
'The latest version is PHPUnit 10.5.1.' . PHP_EOL,
Result::FAILURE,
10,
-@@ -46,9 +47,11 @@ final class VersionCheckCommandTest exte
+@@ -49,9 +50,11 @@ final class VersionCheckCommandTest exte
'10.5.1',
],
[