15 lines
344 B
YAML
15 lines
344 B
YAML
|
|
parameters:
|
||
|
|
git_dir: .
|
||
|
|
bin_dir: vendor/bin
|
||
|
|
tasks:
|
||
|
|
phpunit:
|
||
|
|
config_file: ~
|
||
|
|
testsuite: ~
|
||
|
|
group: []
|
||
|
|
always_execute: false
|
||
|
|
phpcs:
|
||
|
|
standard: PSR2
|
||
|
|
warning_severity: ~
|
||
|
|
ignore_patterns:
|
||
|
|
- tests/
|
||
|
|
triggered_by: [php]
|