Blame view

vendor/codeception/base/tests/data/claypit/codeception.yml 577 Bytes
8ec727c1   曹明   初始化代码提交
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
paths:
    tests: tests
    log: tests/_output
    data: tests/_data
    helpers: tests/_support
    envs: tests/_envs
settings:
    bootstrap: _bootstrap.php
    suite_class: \PHPUnit_Framework_TestSuite
    colors: false
    memory_limit: 1024M
    lint: false
    log: true
groups:
    failed: tests/_log/failed
    groupFileTest1: tests/_data/groupFileTest1
modules:
    config:
        Db:
            dsn: ''
            user: ''
            password: ''
            dump: tests/_data/dump.sql

extensions:
    config:
        SuiteExtension:
            config2: value2