mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-18 20:49:27 +00:00
20 lines
313 B
YAML
20 lines
313 B
YAML
build_settings:
|
|
verbose: false
|
|
prefer_symlink: false
|
|
ignore:
|
|
- "vendor"
|
|
- "tests"
|
|
|
|
setup:
|
|
|
|
test:
|
|
lint:
|
|
directories:
|
|
- "application/"
|
|
recursive: true
|
|
codeception:
|
|
config: "tests/codeception/"
|
|
path: "tests/codeception/_output/"
|
|
|
|
complete:
|