diff -pruN 7.0.0-1/debian/changelog 7.0.0-2/debian/changelog
--- 7.0.0-1/debian/changelog	2025-02-08 11:25:53.000000000 +0000
+++ 7.0.0-2/debian/changelog	2025-08-12 06:21:35.000000000 +0000
@@ -1,3 +1,10 @@
+phpunit-diff (7.0.0-2) experimental; urgency=medium
+
+  * Update Standards-Version to 4.7.2
+  * Fix autopkgtest
+
+ -- David Prévot <taffit@debian.org>  Tue, 12 Aug 2025 08:21:35 +0200
+
 phpunit-diff (7.0.0-1) experimental; urgency=medium
 
   * Upload new major to experimental
diff -pruN 7.0.0-1/debian/control 7.0.0-2/debian/control
--- 7.0.0-1/debian/control	2024-07-14 13:22:43.000000000 +0000
+++ 7.0.0-2/debian/control	2025-08-12 06:19:33.000000000 +0000
@@ -4,14 +4,14 @@ Priority: optional
 Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
 Uploaders: David Prévot <taffit@debian.org>,
            Prach Pongpanich <prachpub@gmail.com>
-Build-Depends: ant,
-               debhelper-compat (= 13),
+Build-Depends: debhelper-compat (= 13),
                dh-sequence-phpcomposer,
+               ant,
                git,
                php-symfony-process,
                phpab,
-               phpunit (>= 10) <!nocheck>
-Standards-Version: 4.7.0
+               phpunit <!nocheck>
+Standards-Version: 4.7.2
 Homepage: https://github.com/sebastianbergmann/diff
 Vcs-Git: https://salsa.debian.org/php-team/pear/phpunit-diff.git
 Vcs-Browser: https://salsa.debian.org/php-team/pear/phpunit-diff
diff -pruN 7.0.0-1/debian/patches/0001-Closes-129.patch 7.0.0-2/debian/patches/0001-Closes-129.patch
--- 7.0.0-1/debian/patches/0001-Closes-129.patch	1970-01-01 00:00:00.000000000 +0000
+++ 7.0.0-2/debian/patches/0001-Closes-129.patch	2025-08-12 06:20:29.000000000 +0000
@@ -0,0 +1,45 @@
+From: Sebastian Bergmann <sb@sebastian-bergmann.de>
+Date: Thu, 26 Jun 2025 13:32:07 +0200
+Subject: Closes #129
+
+Origin: upstream, https://github.com/sebastianbergmann/diff/commit/98c299d8486b460efd667d0d64f1a32dd588971d
+---
+ .../Integration/StrictUnifiedDiffOutputBuilderIntegrationTest.php     | 4 ++--
+ tests/Output/Integration/UnifiedDiffOutputBuilderIntegrationTest.php  | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/tests/Output/Integration/StrictUnifiedDiffOutputBuilderIntegrationTest.php b/tests/Output/Integration/StrictUnifiedDiffOutputBuilderIntegrationTest.php
+index b51da5d..aa324ca 100644
+--- a/tests/Output/Integration/StrictUnifiedDiffOutputBuilderIntegrationTest.php
++++ b/tests/Output/Integration/StrictUnifiedDiffOutputBuilderIntegrationTest.php
+@@ -147,7 +147,7 @@ final class StrictUnifiedDiffOutputBuilderIntegrationTest extends TestCase
+     #[DataProvider('provideBasicDiffGeneration')]
+     #[DataProvider('provideOutputBuildingCases')]
+     #[DataProvider('provideSample')]
+-    public function testIntegrationOfUnitTestCasesGitApply(string $expected, string $from, string $to): void
++    public function testIntegrationOfUnitTestCasesGitApply(string $expected, string $from, string $to, ?array $options = null): void
+     {
+         $this->doIntegrationTestGitApply($expected, $from);
+     }
+@@ -155,7 +155,7 @@ final class StrictUnifiedDiffOutputBuilderIntegrationTest extends TestCase
+     #[DataProvider('provideBasicDiffGeneration')]
+     #[DataProvider('provideOutputBuildingCases')]
+     #[DataProvider('provideSample')]
+-    public function testIntegrationOfUnitTestCasesPatch(string $expected, string $from, string $to): void
++    public function testIntegrationOfUnitTestCasesPatch(string $expected, string $from, string $to, ?array $options = null): void
+     {
+         $this->doIntegrationTestPatch($expected, $from, $to);
+     }
+diff --git a/tests/Output/Integration/UnifiedDiffOutputBuilderIntegrationTest.php b/tests/Output/Integration/UnifiedDiffOutputBuilderIntegrationTest.php
+index 7ae1da2..58bab66 100644
+--- a/tests/Output/Integration/UnifiedDiffOutputBuilderIntegrationTest.php
++++ b/tests/Output/Integration/UnifiedDiffOutputBuilderIntegrationTest.php
+@@ -86,7 +86,7 @@ final class UnifiedDiffOutputBuilderIntegrationTest extends TestCase
+     }
+ 
+     #[DataProvider('provideDiffWithLineNumbers')]
+-    public function testDiffWithLineNumbersGitApply(string $expected, string $from): void
++    public function testDiffWithLineNumbersGitApply(string $expected, string $from, string $to): void
+     {
+         $this->doIntegrationTestGitApply($expected, $from);
+     }
diff -pruN 7.0.0-1/debian/patches/series 7.0.0-2/debian/patches/series
--- 7.0.0-1/debian/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ 7.0.0-2/debian/patches/series	2025-08-12 06:20:29.000000000 +0000
@@ -0,0 +1 @@
+0001-Closes-129.patch
diff -pruN 7.0.0-1/debian/tests/control 7.0.0-2/debian/tests/control
--- 7.0.0-1/debian/tests/control	2025-02-08 11:25:53.000000000 +0000
+++ 7.0.0-2/debian/tests/control	2025-08-12 06:20:31.000000000 +0000
@@ -1,3 +1,3 @@
 Test-Command: mkdir --parents vendor && phpabtpl --require sebastian/diff --require symfony/process > debian/autoload.test.php.tpl && phpab --output vendor/autoload.php --template debian/autoload.test.php.tpl tests && phpunit --bootstrap vendor/autoload.php
-Restrictions: rw-build-tree, allow-stderr
+Restrictions: allow-stderr, rw-build-tree
 Depends: git, php-symfony-process, phpab, phpunit, pkg-php-tools, @
