?iť?

Your IP : 3.135.194.130


Current Path : /home/scgforma/www/cloud/apps/gallery/
Upload File :
Current File : /home/scgforma/www/cloud/apps/gallery/codeception.yml

actor: Tester
paths:
    tests: tests
    log: tests/_output
    data: tests/_data
    support: tests/_support
    envs: tests/_envs
settings:
    bootstrap: _bootstrap.php
    colors: true
    memory_limit: 1024M
extensions:
    enabled:
        - Codeception\Extension\RunFailed
        - Codeception\Extension\PhpBuiltinServer
    config:
        Codeception\Extension\PhpBuiltinServer:
            hostname: localhost
            port: 8000
            documentRoot: ../..
            startDelay: 1
coverage:
    enabled: true
    include:
        - appinfo/*.php
        - lib/AppInfo/*.php
        - lib/Config/*
        - lib/Controller/*
        - lib/Environment/*
        - lib/Http/*
        - lib/Middleware/*
        - lib/Service/*
    exclude:
        - build/*
        - css/*
        - documentation/*
        - img/*
        - js/*
        - l10n/*
        - templates/*
        - tests/*
        - travis/*
        - vendor/*