Passed
Pull Request — master (#9)
by Sergey
03:51
created

Checkout Config

build:
  nodes:
    analysis:
      project_setup:
        override:
          - 'true'
      tests:
        override:
          - php-scrutinizer-run
          - command: vendor/bin/phpunit
          - command: vendor/bin/phpunit --coverage-clover=coverage.clover
            coverage:
              file: coverage.clover

              # These formats are supported:
              # clover, cobertura, jacoco, python-cc, ruby-cc, go-cc, lcov
              format: clover
    tests: true
checks:
  php: true
coding_style:
  php:
    spaces:
      around_operators:
        concatenation: true
filter: {  }

Repository Config

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