Test Failed
Push — master ( 36117b...2c6bbd )
by Mohamed
02:22
created

Repository Config

build:
    nodes:
        analysis:
            environment:
                php:
                    version: 7.4 
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: composer test
                    -
                        command: composer coverage
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }