Test Failed
Push — master ( 7c30c4...acb065 )
by dima
03:52
created

Checkout Config

build:
    tests:
        override:
            -
                command: phpunit --bootstrap ./tests/bootstrap.php --configuration ./tests/phpunit.xml --colors
                coverage:
                    file: ./build/logs/clover.xml
                    format: php-clover

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                equality: false
                concatenation: false