Test Setup Failed
Branch migration (58e8c8)
by Chris
02:18
created

Repository Config

filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build: 
    dependencies:
        before:
            - pecl install libsodium

Global Config

filter:
    excluded_paths:
        - 'bin/*'
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                bitwise: false
                concatenation: true
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'clover'