mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-01-11 11:58:24 +00:00
11 lines
185 B
YAML
11 lines
185 B
YAML
# Codeception Test Suite Configuration
|
|
#
|
|
# Suite for unit or integration tests.
|
|
|
|
actor: UnitTester
|
|
modules:
|
|
enabled:
|
|
- Asserts
|
|
- \Helper\Acceptance
|
|
|
|
bootstrap: _bootstrap.php
|