build: environment: php: 8.1 nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run tests: true coverage: tests: override: - command: 'vendor/bin/phpunit tests --coverage-clover=coverage.clover --configuration phpunit.xml' checks: php: true tools: php_cs_fixer: true