Test Setup Failed
Push — 1.x ( 3e4448...b1ea2f )
by Adrien
12:06 queued 05:14
created

Checkout Config

build:
  nodes:
    tests:
      environment:
        php:
          version: 7.4
          pecl_extensions:
            - spl_Types
          ini:
            'date.timezone': 'Europe/Paris'

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
            other:
                after_type_cast: false
filter: {  }