SuiteCRM-Core/tests/unit.suite.yml
Dillon-Brown a787d0d82f Add codeception testing framework
This implements the basic structure that will be used for future unit, functional and acceptance tests.
2021-03-30 19:21:30 +01:00

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