From bc1e7500b56a60c6f28195ce5f707b0db8ca4554 Mon Sep 17 00:00:00 2001 From: Bobby Allen Date: Wed, 19 Jan 2022 22:11:03 +0000 Subject: [PATCH] Scrutinizer manifest updates. --- .scrutinizer.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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