Passed
Push — master ( c29086...8fb5ed )
by Chubarov
07:29
created

Checkout Config

build:
  tests:
    override:
      -
        command: "vendor/bin/phpunit --coverage-clover clover.xml"
        coverage:
           file: 'clover.xml'
           format: 'php-clover'
filter:
  excluded_paths:
    - tests/*
tools:
    php_code_coverage:
        test_command: vendor/bin/phpunit

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
            environment:
                node:
                    version: 6.0.0
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            within:
                brackets: true