Test Failed
Pull Request — master (#4)
by Moln
01:21
created

Repository Config

build:
    environment:
        variables:
            MYSQL_ROOT_PASSWORD: root
            MYSQL_DATABASE: mysqlreplication_test
        mysql: 5.7
        redis: false
    nodes:

        tests: 
            tests:
            
                override:
                    - netstat -lntp
                    - mysql -h127.0.0.1 -uroot -proot -e "show databases;"
                    - mysql -h127.0.0.1 -uroot -proot -e "show binary logs;"
                    #- vendor/bin/phpunit
                    
                

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: {  }

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false