mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-16 19:49:28 +00:00
15 lines
269 B
YAML
15 lines
269 B
YAML
build_settings:
|
|
verbose: false
|
|
prefer_symlink: false
|
|
|
|
setup:
|
|
|
|
test:
|
|
codeception:
|
|
config: "."
|
|
php_unit:
|
|
directory: "tests/phpunit/"
|
|
args: "--bootstrap 'test/phpunit/bootstrap.php' --configuration 'tests/phpunit/phpunit.xml'"
|
|
|
|
complete:
|