Completed
Pull Request — master (#16)
by Samuel
03:51
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:
    tests:
        override:
            -
                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