mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-02 08:09:19 +08:00
10 lines
172 B
YAML
10 lines
172 B
YAML
|
# Codeception Test Suite Configuration
|
||
|
#
|
||
|
# Suite for unit or integration tests.
|
||
|
|
||
|
actor: UnitTester
|
||
|
modules:
|
||
|
enabled:
|
||
|
- Asserts
|
||
|
- \App\Tests\Helper\Unit
|