codeception.yml 460 Bytes
Newer Older
1
namespace: tests\codeception\backend
2
actor: Tester
Mark committed
3
paths:
4
    tests: .
5
    log: _output
6
    data: _data
7
    helpers: _support
Mark committed
8 9 10 11 12 13
settings:
    bootstrap: _bootstrap.php
    suite_class: \PHPUnit_Framework_TestSuite
    colors: true
    memory_limit: 1024M
    log: true
14 15 16
config:
    # the entry script URL (without host info) for functional and acceptance tests
    # PLEASE ADJUST IT TO THE ACTUAL ENTRY SCRIPT URL
17
    test_entry_url: /backend/web/index-test.php