Add plugins folder to test analysis

This commit is contained in:
ArthurHoaro 2015-07-25 10:39:13 +02:00
parent d06265fb57
commit a52e843593
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@
# - enable in php.ini
BIN = vendor/bin
PHP_SOURCE = index.php application tests
PHP_COMMA_SOURCE = index.php,application,tests
PHP_SOURCE = index.php application tests plugins
PHP_COMMA_SOURCE = index.php,application,tests,plugins
all: static_analysis_summary test