mirror of
https://github.com/yiisoft/app.git
synced 2026-03-03 06:44:04 +01:00
27 lines
408 B
YAML
27 lines
408 B
YAML
namespace: App\Tests
|
|
support_namespace: Support
|
|
bootstrap: bootstrap.php
|
|
|
|
settings:
|
|
shuffle: true
|
|
colors: true
|
|
|
|
paths:
|
|
tests: tests
|
|
output: tests/_output
|
|
data: tests/Support/Data
|
|
support: tests/Support
|
|
|
|
coverage:
|
|
enabled: true
|
|
show_uncovered: true
|
|
show_only_summary: true
|
|
include:
|
|
- src/*
|
|
- public/index.php
|
|
- yii
|
|
|
|
extensions:
|
|
enabled:
|
|
- Codeception\Extension\RunFailed
|