build: nodes: analysis: tests: override: - php-scrutinizer-run image: default-bionic environment: php: version: "8.1" filter: excluded_paths: - 'tests/*'
tools: php_sim: true php_pdepend: true php_analyzer: true build: image: default-bionic filter: excluded_paths: - 'tests/*'