mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
23 lines
443 B
YAML
23 lines
443 B
YAML
build_settings:
|
|
verbose: false
|
|
prefer_symlink: false
|
|
|
|
setup:
|
|
|
|
test:
|
|
codeception:
|
|
config: "tests"
|
|
lint:
|
|
php_loc:
|
|
php_docblock_checker:
|
|
allowed_warnings: -1
|
|
# phing:
|
|
# build_file: 'build.xml'
|
|
# targets:
|
|
# - "deploy"
|
|
# php_unit:
|
|
# directory: "tests/phpunit/"
|
|
# args: "--bootstrap 'test/phpunit/bootstrap.php' --configuration 'tests/phpunit/phpunit.xml'"
|
|
|
|
complete:
|