Completed
Push — master ( 8b93c6...635aa4 )
by Tomáš
02:08
created

Repository Config

build:
    dependencies:
        before:
            - composer require phpunit/phpunit
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
    tests:
        override:
            -
                command: vendor/bin/phpunit --coverage-clover=clover.xml
                coverage:
                    file: clover.xml
                    format: php-clover
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                bitwise: false
                additive: false
                multiplicative: false
filter:
    excluded_paths:
        - "tests/"