File: 0004-Drop-TestListener.patch

package info (click to toggle)
php-phpdocumentor-reflection-docblock 5.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,416 kB
  • sloc: php: 9,035; xml: 67; makefile: 54
file content (24 lines) | stat: -rw-r--r-- 742 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Tue, 22 Oct 2024 13:31:13 +0200
Subject: Drop TestListener

It has been removed from php-mockery for the PHPUnit 11 transition.
---
 phpunit.xml.dist | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 2462fa0..1f7d039 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -30,10 +30,4 @@
              highLowerBound="70"/>
         <log type="coverage-clover" target="build/logs/clover.xml"/>
     </logging>
-    <listeners>
-        <listener
-                class="Mockery\Adapter\Phpunit\TestListener"
-                file="/usr/share/php/Mockery/Adapter/Phpunit/TestListener.php"
-        />
-    </listeners>
 </phpunit>