Test Failed
Pull Request — master (#5)
by
unknown
02:33
created

Checkout Config

build:
    tests:
        override:
            - command: vendor/bin/phpunit --coverage-clover=build/clover.xml
              coverage:
                  file: build/clover.xml
                  format: clover

filter:
    excluded_paths:
        - tests/*

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true