Passed
Push — master ( bb11e3...34e12f )
by michael
03:06
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                    - js-scrutinizer-run
        tests: true
        coverage:
            tests:
                override:
                  - command: ./vendor/bin/phpunit --coverage-clover ./coverage.xml
                    coverage:
                        file: ./coverage.xml
                        format: clover
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                additive: false
            other:
                after_type_cast: false
filter: {  }