Test Failed
Branch master (5c47e9)
by Mohamed
02:52
created

Repository Config

build:
    environment:
        php: 7.4
    nodes:
        analysis:
            services:
                # For available tags, see https://hub.docker.com/_/mysql/
                mysql: 5.7
            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: {  }