build:
    environment:
      php:
        version: 7.2
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                before: 
                  - 'chmod u+x run_phpunit'
                  - command: './run_phpunit'
                    environment: { GOOGLE_API_KEY: 'AIzaSyCO_gc4TRNQupcJ9FB9b3bRkFBgcMelBko' }
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
checks:
    php: true
coding_style:
    php:
        spaces:
            within:
                brackets: true
filter: {  }
tools:
    external_code_coverage: true