HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/apklausos/phpci.yml
build_settings:
    clone_depth: 1 # depth of 1 is a shallow clone, remove this line to clone entire repo
    verbose: false
    ignore:
        - "vendor"
        - "tests"
        - "third_party"
        - "tmp"
        - "framework"
        - "upload"
        - "docs"
        - "application/third_party"
        - "locale"
    mysql:
        host: "localhost"
        user: "root"
        pass: ""

setup:
#    mysql:
#        - "DROP DATABASE IF EXISTS test;"
#        - "CREATE DATABASE test;"
#        - "GRANT ALL PRIVILEGES ON test.* TO test@'localhost' IDENTIFIED BY 'test';"
#    composer:
#        action: "install"

test:
#    php_unit:
#        config:
#            - "PHPUnit-all.xml"
#            - "PHPUnit-ubuntu-fix.xml"
#        directory:
#            - "tests/"
#        run_from: "phpunit/"
#        coverage: "tests/logs/coverage"
    php_mess_detector:
        allow_failures: false
        suffixes:
            - "php"
#    php_code_sniffer:
#        standard: "PSR2"
#    php_cpd:
#        allow_failures: true
#    grunt:
#        task: "build"

complete:
#    mysql:
#        - "DROP DATABASE IF EXISTS test;"