Test Failed
Branch master (d768bd)
by Giancarlos
04:27 queued 17s
created

Repository Config

build:
    dependencies:
        before:
            - sudo apt-get update
            - sudo apt-get install -y xvfb libfontconfig wkhtmltopdf
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    -
                        command: 'vendor/bin/phpunit --coverage-clover=cover-php-file'
                        coverage:
                            file: 'cover-php-file'
                            format: 'clover'
            environment:
                node:
                    version: 6.0.0
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 1
        spaces:
            around_operators:
                concatenation: true