mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 01:31:45 +01:00
23 lines
368 B
YAML
23 lines
368 B
YAML
namespace: 'Meritoo\Common\Test'
|
|
suites:
|
|
unit:
|
|
path: .
|
|
settings:
|
|
shuffle: true
|
|
lint: true
|
|
paths:
|
|
tests: tests
|
|
output: tests/_output
|
|
support: tests/_support
|
|
data: tests
|
|
coverage:
|
|
enabled: true
|
|
include:
|
|
- src/*
|
|
exclude:
|
|
- .data/*
|
|
- .docker/*
|
|
- .phing/*
|
|
- tests/*
|
|
- vendor/*
|