codeception.yml 456 Bytes
Newer Older
1
actor: Tester
2
paths:
3
    tests: codeception
4
    log: codeception/_output
5
    data: codeception/_data
6
    helpers: codeception/_support
7 8 9 10 11
settings:
    bootstrap: _bootstrap.php
    suite_class: \PHPUnit_Framework_TestSuite
    memory_limit: 1024M
    log: true
Mark committed
12
    colors: true
13 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
    test_entry_url: /index-test.php