mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
- Add UnitTester to hook into codeception login when executing tests. - Create _beforeSuite and _before methods to reduce code duplication and improve performance. - Add static closures where possible for better scoping and performance. - Fix missing typehints/PHPDocs. 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
|