Add plugins folder to test analysis
This commit is contained in:
parent
d06265fb57
commit
a52e843593
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue