mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
9 lines
298 B
YAML
9 lines
298 B
YAML
# Codeception Test Suite Configuration
|
|
|
|
# suite for functional (integration) tests.
|
|
# emulate web requests and make application process them.
|
|
# Include one of framework modules (Symfony2, Yii2, Laravel4) to use it.
|
|
|
|
class_name: FunctionalTester
|
|
modules:
|
|
enabled: [Filesystem, FunctionalHelper]
|