1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From: Robin Gustafsson <robin@rgson.se>
Date: Fri, 31 Dec 2021 15:28:29 +0100
Subject: Skip tests related to PHPStan
PHPStan is not in Debian.
Forwarded: not-needed
---
phpunit.xml.dist | 3 ---
1 file changed, 3 deletions(-)
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index b9eae6b..dc5ced3 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -55,9 +55,6 @@
<testsuite name="cli">
<directory>tests/Cli</directory>
</testsuite>
- <testsuite name="phpstan">
- <directory>tests/PHPStan</directory>
- </testsuite>
</testsuites>
<php>
|