Ignore tests from static analysis

This commit is contained in:
Dennis Eichhorn 2018-04-01 20:33:02 +02:00
parent d1b83d595b
commit 420fd119b2

View File

@ -10,3 +10,5 @@ parameters:
- php - php
excludes_analyse: excludes_analyse:
- *.tpl.php - *.tpl.php
- */tests/*
- */test/*