From 72e64bdb780f62ffb593df32fd83334ae588a837 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 11 Dec 2022 22:06:49 +0300 Subject: [PATCH] phpstan: exclude tests in lib/ --- phpstan.neon | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpstan.neon b/phpstan.neon index 2ae696b5f..d945e0c9a 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -18,6 +18,8 @@ parameters: - vendor/**/test/* - vendor/sebastian/* - lib/dojo-src/* + - lib/**/tests/* + - lib/**/test/* - plugins/**/tests/* - plugins/**/Test/* - plugins.local/**/tests/*