mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
This implements the basic structure that will be used for future unit, functional and acceptance tests.
11 lines
198 B
YAML
11 lines
198 B
YAML
# Codeception Test Suite Configuration
|
|
#
|
|
# Suite for unit or integration tests.
|
|
|
|
actor: UnitTester
|
|
modules:
|
|
enabled:
|
|
- Asserts
|
|
- \App\Tests\Helper\Unit
|
|
|
|
bootstrap: bootstrap.php
|