forked from MichaelYick/mailpoet
Package redcomponent/teststatistics was last updated 6 years ago. In this commit I move it from vendor to tests/_support a fix deprecation warnings that caused failures in unit and integration tests. [MAILPOET-3890]
30 lines
676 B
YAML
30 lines
676 B
YAML
actor: Tester
|
|
paths:
|
|
tests: tests
|
|
log: tests/_output
|
|
data: tests/_data
|
|
support: tests/_support
|
|
envs: tests/_envs
|
|
settings:
|
|
colors: true
|
|
memory_limit: 1024M
|
|
log: true
|
|
strict_xml: true
|
|
extensions:
|
|
enabled:
|
|
- Codeception\Extension\RunFailed
|
|
- MailPoet\TestsSupport\StatisticsExtension
|
|
groups:
|
|
acceptance_group_*: tests/acceptance/_groups/group_*
|
|
coverage:
|
|
enabled: true
|
|
whitelist:
|
|
include:
|
|
- lib/*
|
|
exclude:
|
|
- lib/Config/PopulatorData/*
|
|
- lib/Util/Sudzy/*
|
|
- lib/Util/CSS.php
|
|
- lib/Util/Helpers.php
|
|
- lib/Util/XLSXWriter.php
|