File: 0001-Adapt-path-to-Debian-expectations.patch

package info (click to toggle)
php-guzzlehttp-psr7 2.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,008 kB
  • sloc: php: 9,569; xml: 155; makefile: 32
file content (22 lines) | stat: -rw-r--r-- 723 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
From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Tue, 30 Mar 2021 09:34:20 -0400
Subject: Adapt path to Debian expectations

Forwarded: not-needed
---
 phpunit.xml.dist | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 5135b9b..76448c9 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -16,7 +16,7 @@
             <directory>tests/Integration</directory>
         </testsuite>
         <testsuite name="PSR-17 Integration Test Suite">
-            <directory>./vendor/http-interop/http-factory-tests/test</directory>
+            <directory>/usr/share/php/Interop/Http/Factory</directory>
         </testsuite>
     </testsuites>
     <filter>