Passed
Push — master ( 218975...fd9a8e )
by Andreas
03:42
created

Repository Config

filter:
    excluded_paths:
        - 'bin/*'
        - 'test/*'
checks:
    php:
        simplify_boolean_return: true

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build: 
    environment:
        php: 5.5.25
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'clover'
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
                    - 
                        command: phpcs-run
                        use_website_config: true 
        tests: true