@@ -3,19 +3,15 @@ imports:
filter:
excluded_paths:
- - Test/
- TestSuite/
tools:
php_mess_detector: true
php_cpd:
excluded_dirs:
php_loc:
php_pdepend:
- 1: Test/
- 2: TestSuite/
+ 1: TestSuite/
@@ -17,7 +17,7 @@ function find_root() {
}
function find_app() {
- if (is_dir(ROOT . '/src')) {
+ if (is_dir($root . '/src')) {
return 'src';
return 'App';