Completed
Branch master (ec8207)
by Darío
02:58
created

Repository Config

build:
    environment:
        php: 7.0
        mysql: 5.7
    nodes:
        coverage:
            #services:
            tests:
              override:
                - command: vendor/bin/phpunit --filter MySQLTest::testCanEstablishConnection --coverage-clover coverage.xml
                  coverage:
                    file: coverage.xml
                    format: clover
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
filter: {  }