Test Failed
Pull Request — master (#20)
by Samuel
01:39
created

Checkout Config

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

checks:
    php:
        excluded_dependencies:
            - atoum/atoum

coding_style:
    php:
        spaces:
            around_operators:
                multiplicative: false

build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run --enable-security-analysis
                    - command: './vendor/bin/atoum -d tests/units/Recurrence'
                      coverage:
                          file: './var/code-coverage/recurrence.coverage.xml'
                          format: 'clover'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                multiplicative: false