Completed
Push — added-tests ( 1b1c76 )
by Dimitrios
04:08
created

Checkout Config

checks:
    php: true

build:
    dependencies:
        before:
            - composer self-update
            - mysql -e 'create database translatable_test;'
            - echo "CREATE USER 'homestead'@'localhost' IDENTIFIED BY 'secret'; \n GRANT ALL PRIVILEGES ON * . * TO 'homestead'@'localhost'; \nFLUSH PRIVILEGES; \n" | mysql -u root
            - composer install
    tests:
        override:
            -
                command: phpunit --coverage-clover=my-coverage-file
                coverage:
                    file: my-coverage-file
                    format: php-clover