diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 122bcea2155..f3ec5117a1b 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -14,7 +14,7 @@ build: tests: override: - - command: 'vendor/bin/phpunit --coverage-clover=results' + command: 'vendor/bin/phpunit -c phpunit.xml.dist --coverage-clover=results' coverage: file: 'results' format: 'clover'