Add plugins folder to test analysis

This commit is contained in:
ArthurHoaro 2015-07-25 10:39:13 +02:00
parent d06265fb57
commit a52e843593

View file

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