From 55a3ba1b30c1c639034457ce2be7f09ce923cc79 Mon Sep 17 00:00:00 2001
From: Ndame Kital <ndame.kial@smile.fr>
Date: Thu, 4 Jun 2020 15:33:41 +0200
Subject: [PATCH] fix test

---
 phpstan.neon | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/phpstan.neon b/phpstan.neon
index 445f6f0d..c993734f 100644
--- a/phpstan.neon
+++ b/phpstan.neon
@@ -1,9 +1,14 @@
 includes:
-    - vendor/irstea/phpstan-config/phpstan.neon
+    - vendor/irstea/phpstan-config/strict.neon
+    - vendor/irstea/phpstan-config/phpunit.neon
 
 parameters:
-    level: 1
-
-    paths:
-        - src
-        - tests
+	excludes_analyse:
+	    - 'tests/Fixtures/var/cache/'
+	level: 1
+	paths:
+	    - src
+	    - tests/Entity
+	    - tests/Form
+	    - tests/Form
+	    - tests/Listener
-- 
GitLab