codeception.yml 260 Bytes
Newer Older
1 2 3 4
namespace: codeception_common
actor: Tester
paths:
    tests: .
5
    log: _output
6
    data: _data
7
    helpers: _support
8 9 10 11 12 13
settings:
    bootstrap: _bootstrap.php
    suite_class: \PHPUnit_Framework_TestSuite
    colors: true
    memory_limit: 1024M
    log: true