Test Failed
Push — master ( 825b67...432317 )
by Joao
03:19 queued 01:23
created

Repository Config

checks:
    php: true
filter:
    paths:
        - src/*
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'clover'
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run