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

package info (click to toggle)
php-nesbot-carbon 3.10.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,132 kB
  • sloc: php: 163,896; xml: 119; makefile: 32; sh: 14
file content (25 lines) | stat: -rw-r--r-- 641 bytes parent folder | download
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 93340fe..2e14406 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -48,9 +48,6 @@
     <testsuite name="cli">
       <directory>tests/Cli</directory>
     </testsuite>
-    <testsuite name="phpstan">
-      <directory>tests/PHPStan</directory>
-    </testsuite>
     <testsuite name="unit">
       <directory>tests/Unit</directory>
     </testsuite>