Test Failed
Branch master (8281c7)
by Jorge
02:04
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                    -
                        command: 'apc.enabled=1 apc.enabled_cli=1 vendor/bin/phpunit --coverage-clover=coverage.xml'
                        coverage:
                            file: 'some-file'
                            format: 'clover'
            environment:
                node:
                    version: 6.0.0
        tests: true
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                additive: false
filter: {  }