Passed
Push — master ( 6d663c...457015 )
by compolom
01:28
created

Checkout Config

filter:
    excluded_paths:
        - "tests/"
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build:
    tests:
        override:
          -
            command: 'php ./vendor/bin/phpunit --coverage-clover=coverage-clover'
            coverage:
              file: 'coverage-clover'
              format: 'php-clover'

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
filter: {  }