Test Failed
Branch master (3e3a3f)
by Aleksandr
02:44
created

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php: {  }
build:

    tests:
        override:
            -
                command: 'phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'clover'