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/';
}
}
|