Skip to content

Commit f1e5901

Browse files
committed
Try to debug unit tests on Scrutinizer
1 parent b846615 commit f1e5901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scrutinizer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ build:
2626
tests:
2727
override:
2828
-
29-
command: cd tests/PHPUnit && ../../vendor/bin/phpunit --testsuite UnitTests --coverage-clover clover-unit.xml
29+
command: cd tests/PHPUnit && ../../vendor/bin/phpunit --testsuite UnitTests --coverage-clover clover-unit.xml --no-globals-backup --tap
3030
coverage:
3131
file: tests/PHPUnit/clover-unit.xml
3232
format: php-clover

0 commit comments

Comments
 (0)