diff options
author | ArthurHoaro <arthur@hoa.ro> | 2015-07-25 10:39:13 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2015-11-07 15:27:22 +0100 |
commit | a52e8435939c641f964939f1df55cf7ceddcc0fd (patch) | |
tree | ad3ade3aee2e738101ced54df8a8a9c113cc641d | |
parent | d06265fb5785493ee845d4c4a86583402b475b60 (diff) | |
download | Shaarli-a52e8435939c641f964939f1df55cf7ceddcc0fd.tar.gz Shaarli-a52e8435939c641f964939f1df55cf7ceddcc0fd.tar.zst Shaarli-a52e8435939c641f964939f1df55cf7ceddcc0fd.zip |
Add plugins folder to test analysis
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,8 @@ | |||
13 | # - enable in php.ini | 13 | # - enable in php.ini |
14 | 14 | ||
15 | BIN = vendor/bin | 15 | BIN = vendor/bin |
16 | PHP_SOURCE = index.php application tests | 16 | PHP_SOURCE = index.php application tests plugins |
17 | PHP_COMMA_SOURCE = index.php,application,tests | 17 | PHP_COMMA_SOURCE = index.php,application,tests,plugins |
18 | 18 | ||
19 | all: static_analysis_summary test | 19 | all: static_analysis_summary test |
20 | 20 | ||