diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 04dce39..f88744a 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -7,4 +7,10 @@ tools: php_code_sniffer: config: standard: "PSR2" - external_code_coverage: true \ No newline at end of file + external_code_coverage: true +build: + nodes: + analysis: + tests: + override: + - php-scrutinizer-run \ No newline at end of file