Passed
Pull Request — master (#21)
by
unknown
15:53
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
    tests:
        override:
            - true # disable test execution on scrutinizer
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }
    
tools:
    external_code_coverage:
        timeout: 900
    php_code_coverage: true