We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b846615 commit f1e5901Copy full SHA for f1e5901
.scrutinizer.yml
@@ -26,7 +26,7 @@ build:
26
tests:
27
override:
28
-
29
- command: cd tests/PHPUnit && ../../vendor/bin/phpunit --testsuite UnitTests --coverage-clover clover-unit.xml
+ command: cd tests/PHPUnit && ../../vendor/bin/phpunit --testsuite UnitTests --coverage-clover clover-unit.xml --no-globals-backup --tap
30
coverage:
31
file: tests/PHPUnit/clover-unit.xml
32
format: php-clover
0 commit comments