build: nodes: analysis: environment: php: 7.2 project_setup: override: true tests: override: - command: phpcs-run use_website_config: true - php-scrutinizer-run coverage: environment: php: 7.2 variables: LP_KEY: '258e99536eeb4d5aaf057e5e9994b7b3' LP_SECRET: '5a3263c055643014' LP_TOKEN: '8e3ed5381cde4b1eb72015c65b24131c' LP_TOKEN_SECRET: '6866b6d30a74def1' LP_ACCOUNT: '5288836' SCRUT_TEST: 'yes' project_setup: override: true tests: override: - command: "./vendor/bin/phpunit --bootstrap=./vendor/autoload.php" coverage: file: "tests/coverage.xml" format: clover filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: indentation: general: use_tabs: true spaces: around_operators: concatenation: true