25 lines
462 B
YAML
25 lines
462 B
YAML
build_settings:
|
|
verbose: true
|
|
ignore:
|
|
- "tests"
|
|
|
|
setup:
|
|
env:
|
|
PHPCI: true
|
|
|
|
test:
|
|
php_unit:
|
|
config: 'tests/phpunit.xml'
|
|
run_from: 'tests'
|
|
#args: ' --debug '
|
|
coverage: '../coverage/'
|
|
php_docblock_checker:
|
|
allowed_warnings: 0
|
|
skip_classes: true
|
|
php_loc:
|
|
php_mess_detector:
|
|
allow_failures: true
|
|
rules:
|
|
- "unusedcode"
|
|
- "naming"
|
|
complete: |