Ignore tests dir

This commit is contained in:
Alex Bilbie 2014-10-01 00:01:22 +01:00
parent 136edf16c5
commit 099f009b39

View File

@ -26,7 +26,7 @@ tools:
paths: ['src']
php_loc:
enabled: true
excluded_dirs: [vendor, test]
excluded_dirs: [vendor, tests]
php_cpd:
enabled: true
excluded_dirs: [vendor, test]
excluded_dirs: [vendor, tests]