filter: excluded_paths: [vendor/*, app/*, web/*] tools: php_code_coverage: test_command: vendor/bin/phpunit config_path: phpunit.xml sensiolabs_security_checker: true php_analyzer: true php_loc: true php_cpd: true php_pdepend: excluded_dirs: [vendor] before_commands: - "composer install --prefer-source" - "cp phpunit.xml.dist phpunit.xml"