diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 3d8ecaa..20fcbcf 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -9,4 +9,10 @@ tools: runs: 2 php_code_sniffer: config: - standard: "PSR2" \ No newline at end of file + standard: "PSR2" +build: + nodes: + analysis: + tests: + override: + - php-scrutinizer-run \ No newline at end of file