From b80a05a92033c63f4fd9346116194dd8f974a218 Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Wed, 26 Jun 2013 18:48:07 +1200
Subject: [PATCH] Travis try debug

---
 tests/PHPUnit/IntegrationTestCase.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/PHPUnit/IntegrationTestCase.php b/tests/PHPUnit/IntegrationTestCase.php
index 1d88c5e5a3..89cafe1ddd 100755
--- a/tests/PHPUnit/IntegrationTestCase.php
+++ b/tests/PHPUnit/IntegrationTestCase.php
@@ -223,6 +223,7 @@ abstract class IntegrationTestCase extends PHPUnit_Framework_TestCase
         // Make sure the browser running the test does not influence the Country detection code
         $_SERVER['HTTP_ACCEPT_LANGUAGE'] = 'en';
 
+        Piwik_Tracker_Cache::deleteTrackerCache();
         $this->changeLanguage('en');
     }
 
-- 
GitLab