Test Setup Failed
Pull Request — master (#3)
by Reyo
39:26
created

Checkout Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    - js-scrutinizer-run
        tests: true
    environment:
        php:
            version: '8.0'

filter:
    excluded_paths:
        - 'tests/*'
        - 'features/*'

checks:
    php: true
    javascript: true

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true

Repository Config

# language: php