Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-06-10 17:03:56 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-06-10 17:03:56 +0300
commitf1e5901b1af7a5094256753850abdbf343ce9ce7 (patch)
tree9f72bbdeb036b8d7a3710bb0346efb10239637da /.scrutinizer.yml
parentb846615a1637f39ca142f6723d2b7ad6ac2f1874 (diff)
Try to debug unit tests on Scrutinizer
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index 560737221d..9f1759ed24 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -26,7 +26,7 @@ build:
tests:
override:
-
- 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
coverage:
file: tests/PHPUnit/clover-unit.xml
format: php-clover