2014-07-11 11:31:29 -04:00
|
|
|
build_settings:
|
|
|
|
verbose: true
|
|
|
|
ignore:
|
|
|
|
- "tests"
|
|
|
|
|
|
|
|
setup:
|
|
|
|
env:
|
|
|
|
PHPCI: true
|
|
|
|
|
|
|
|
test:
|
|
|
|
php_unit:
|
2014-07-14 15:17:16 -04:00
|
|
|
config: 'tests/phpunit.xml'
|
2014-07-11 11:31:29 -04:00
|
|
|
run_from: 'tests'
|
|
|
|
php_docblock_checker:
|
|
|
|
allowed_warnings: 0
|
|
|
|
skip_classes: true
|
|
|
|
php_loc:
|
2014-07-15 11:01:47 -04:00
|
|
|
php_mess_detector:
|
|
|
|
allow_failures: true
|
2014-07-15 11:09:05 -04:00
|
|
|
rules:
|
|
|
|
- "unusedcode"
|
|
|
|
- "naming"
|
2014-07-11 11:31:29 -04:00
|
|
|
complete:
|