File: 0002-schema-is-installed-in-usr-share-php-data-PHPUnit.patch

package info (click to toggle)
phpunit 12.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 50,696 kB
  • sloc: php: 102,219; xml: 2,115; makefile: 124; sh: 99
file content (20 lines) | stat: -rw-r--r-- 724 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: =?utf-8?q?David_Pr=C3=A9vot?= <david@tilapin.org>
Date: Sat, 8 Aug 2020 08:44:00 +0200
Subject: schema is installed in /usr/share/php/data/PHPUnit

---
 src/TextUI/Configuration/Xml/SchemaFinder.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/TextUI/Configuration/Xml/SchemaFinder.php b/src/TextUI/Configuration/Xml/SchemaFinder.php
index 39d25cf..adbd539 100644
--- a/src/TextUI/Configuration/Xml/SchemaFinder.php
+++ b/src/TextUI/Configuration/Xml/SchemaFinder.php
@@ -77,6 +77,6 @@ final readonly class SchemaFinder
             return __PHPUNIT_PHAR_ROOT__ . '/';
         }
 
-        return __DIR__ . '/../../../../';
+        return __DIR__ . '/../../../../data/PHPUnit/';
     }
 }