File: 0002-Skip-tests-related-to-PHPStan.patch

package info (click to toggle)
php-nesbot-carbon 2.73.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,884 kB
  • sloc: php: 158,586; xml: 99; makefile: 33; sh: 14
file content (25 lines) | stat: -rw-r--r-- 613 bytes parent folder | download | duplicates (3)
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>