Test Setup Failed
Branch — master (a4a60d)
by Daniel
02:52
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build:
    environment:
        mysql: 5.7
        php: 7.1.1

    project_setup:
        before:
            - composer install
            - mysql -e "CREATE USER 'event_sourcing'@'localhost' IDENTIFIED BY 'event_sourcing123'"
            - mysql -e "GRANT ALL PRIVILEGES ON *.* TO 'event_sourcing'@'localhost'"