Passed
Push — master ( 63eff2...2ca8ef )
by payever
03:27
created

Checkout Config

build:
  environment:
    php:
      version: 7.3
  nodes:
    analysis:
      tests:
        override:
          - php ./vendor/bin/phpunit --configuration phpunit.scrutinizer.xml
          - php-scrutinizer-run

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
filter:
    excluded_paths:
        - 'tests/*'
        - 'examples/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true