functional.suite.yml 431 Bytes
Newer Older
1 2 3 4 5 6 7
# Codeception Test Suite Configuration

# suite for functional (integration) tests.
# emulate web requests and make application process them.
# (tip: better to use with frameworks).

# RUN `build` COMMAND AFTER ADDING/REMOVING MODULES.
8
#basic/web/index.php
9 10
class_name: TestGuy
modules:
11 12 13 14
    enabled:
      - Filesystem
      - TestHelper
      - Yii2
15 16
    config:
        Yii2:
17
            configFile: 'tests/functional/_config.php'