aboutsummaryrefslogtreecommitdiff
path: root/codeception.yml
blob: fc94afc91595377a5d9b66754a8f73faa1d4542d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
params:
    - tests/configuration.php
    - env
paths:
    tests: tests
    output: tests/_output
    data: tests/_data
    support: tests/_support
    envs: tests/_envs
bootstrap: _bootstrap.php
actor_suffix: Tester
extensions:
    enabled:
        - Codeception\Extension\RunFailed