Test Setup Failed
Branch master (70e3ff)
by Keigo
04:37
created

Checkout Config

build:
    environment:
        php:
            version: 7.0.8
    dependencies:
         before:
            - mysql -e "CREATE DATABASE demo_oauth_server"
    tests:
        override:
            -
                command: 'bin/phpunit -c app --coverage-clover=clover.xml'
                coverage:
                    file: 'clover.xml'
                    format: 'php-clover'
checks:
    php:
        code_rating: true
        duplication: true
filter:
    excluded_paths:
        - app/AppKernel.php
        - app/AppCache.php
        - app/check.php
        - app/SymfonyRequirements.php
        - web/app.php
        - src/**/*Test.php

Repository Config

filter:
    paths:
        - 'src/*'
checks:
    php: true
coding_style:
    php: {  }
build: true