From f1e5901b1af7a5094256753850abdbf343ce9ce7 Mon Sep 17 00:00:00 2001
From: Matthieu Napoli <matthieu@mnapoli.fr>
Date: Wed, 10 Jun 2015 16:03:56 +0200
Subject: [PATCH] Try to debug unit tests on Scrutinizer

---
 .scrutinizer.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab