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