mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
Redirect Suite7 requests to Suite8 ClassicView routes for valid actions - Use Symfony kernel events - Use Symfony service configuration and DI for module mapping Add legacy redirection tests - Add acceptance test support -- Add config helper - Fix issue when running `codcept run` -- functional tests missing - Add functional tests for legacy routing - Add unit tests for legacy routing
17 lines
496 B
YAML
17 lines
496 B
YAML
# Codeception Test Suite Configuration
|
|
#
|
|
# Suite for functional tests
|
|
# Emulate web requests and make application process them
|
|
# Include one of framework modules (Symfony2, Yii2, Laravel5) to use it
|
|
# Remove this suite if you don't use frameworks
|
|
|
|
actor: FunctionalTester
|
|
modules:
|
|
enabled:
|
|
- Symfony:
|
|
app_path: 'core/src'
|
|
environment: 'test'
|
|
# - Doctrine2:
|
|
# depends: Symfony
|
|
# cleanup: true
|
|
- \App\Tests\Helper\Functional
|