mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-28 21:58:03 +08:00
13 lines
250 B
YAML
13 lines
250 B
YAML
namespace: App\Tests
|
|
paths:
|
|
tests: tests
|
|
output: tests/_output
|
|
data: tests/_data
|
|
support: tests/_support
|
|
envs: tests/_envs
|
|
actor_suffix: Tester
|
|
extensions:
|
|
enabled:
|
|
- Codeception\Extension\RunFailed
|
|
params:
|
|
- .env
|