mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 04:47:10 +08:00
- Refactor codeception test namespaces - Remove local config files in favor of dist - Update test environment with doctrine and nelmio configurations Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
11 lines
188 B
YAML
11 lines
188 B
YAML
# Codeception Test Suite Configuration
|
|
#
|
|
# Suite for unit or integration tests.
|
|
|
|
actor: UnitTester
|
|
modules:
|
|
enabled:
|
|
- Asserts
|
|
- \App\Tests\Helper\Unit
|
|
|
|
bootstrap: bootstrap.php
|