mirror of
https://github.com/elyby/accounts.git
synced 2024-11-09 23:12:20 +05:30
22 lines
371 B
YAML
22 lines
371 B
YAML
|
namespace: common\tests
|
||
|
actor_suffix: Tester
|
||
|
paths:
|
||
|
tests: tests
|
||
|
log: tests/_output
|
||
|
data: tests/_data
|
||
|
helpers: tests/_support
|
||
|
settings:
|
||
|
bootstrap: _bootstrap.php
|
||
|
colors: true
|
||
|
memory_limit: 1024M
|
||
|
coverage:
|
||
|
enabled: true
|
||
|
whitelist:
|
||
|
include:
|
||
|
- ./*
|
||
|
exclude:
|
||
|
- config/*
|
||
|
- mail/*
|
||
|
- codeception.dist.yml
|
||
|
- codeception.yml
|