PHPWord/.scrutinizer.yml

17 lines
401 B
YAML
Raw Normal View History

filter:
excluded_paths: [ 'vendor/*', 'tests/*', 'samples/*', 'src/PhpWord/Shared/PCLZip/*' ]
before_commands:
- "composer install --prefer-source --dev"
tools:
2014-05-06 16:53:15 +07:00
external_code_coverage:
enabled: true
2014-05-06 16:53:15 +07:00
timeout: 700
php_code_coverage:
enabled: false
test_command: phpunit -c phpunit.xml.dist
php_sim: true
php_pdepend: true
php_analyzer: true