Test Failed
Push — master ( 1880dd...42571c )
by stéphane
02:35
created

Repository Config

build:
    environment:
        php:
            version: 7.3.5
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
        coverage:
            tests:
                override:
                    - command: vendor/bin/phpunit --configuration ./configuration/phpunit.xml --testsuite All
                      coverage:
                          file: documentation/codecoverage/coverage-clover.xml
                          format: clover

filter:
    excluded_paths:
        - 'vendor/*'
        - 'tests/*'

coding_style:
    php:
        spaces:
            around_operators:
                bitwise: false