mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 01:10:42 +08:00
14 lines
250 B
YAML
14 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
|