Test Failed
Pull Request — master (#3)
by Moln
02:49
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: 
            tests: true
            services:
            # For available tags, see https://hub.docker.com/_/mysql/
                mysql:
                    image: mysql:5.7
                    env:
                        MYSQL_ROOT_PASSWORD: root
                        MYSQL_DATABASE: mysqlreplication_test
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false