Skip to content
Snippets Groups Projects
Select Git revision
  • c3871c98df58c2b822ff6a27c702a04d4a910ef1
  • importMinAmt default protected
2 results

composer.lock

Blame
  • codeception.yml 373 B
    actor: Tester
    paths:
        tests: tests
        log: tests/_output
        data: tests/_data
        support: tests/_support
        envs: tests/_envs
        bootstrap: _bootstrap.php
    settings:
        colors: true
        memory_limit: 1024M
    extensions:
        enabled:
            - Codeception\Extension\RunFailed
    coverage:
        enabled: true
        include:
            - app/*
        exclude:
            - app/cache/*