14 lines
252 B
YAML
14 lines
252 B
YAML
# Codeception Test Suite Configuration
|
|
#
|
|
# Suite for unit (internal) tests.
|
|
|
|
actor: IntegrationTester
|
|
settings:
|
|
bootstrap: _bootstrap.php
|
|
modules:
|
|
enabled:
|
|
- Asserts
|
|
- \Helper\Unit
|
|
- \Helper\WordPress
|
|
error_level: E_ALL
|