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

@ -9,4 +9,6 @@ parameters:
fileExtensions:
- php
excludes_analyse:
- *.tpl.php
- *.tpl.php
- */tests/*
- */test/*