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
path: root/tests
diff options
context:
space:
mode:
authorFabian Becker <halfdan@xnorfz.de>2013-04-02 16:16:33 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-04-02 16:16:33 +0400
commitc4555289282a795f9c778c68e820756e5e567a80 (patch)
tree6a6c43b7d6b3fad31ec937002d54d2b5402abc6b /tests
parenta05bd7ba73dbf53fbb2fb06dd3a927ae5ec167bc (diff)
parent1f8fa790ab63a9c1d88246ea987d4dae5e09c5a7 (diff)
Merge pull request from @ksubileau
fixes #3697
Diffstat (limited to 'tests')
-rwxr-xr-xtests/PHPUnit/IntegrationTestCase.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/PHPUnit/IntegrationTestCase.php b/tests/PHPUnit/IntegrationTestCase.php
index b81027fc31..b2d49c0ac1 100755
--- a/tests/PHPUnit/IntegrationTestCase.php
+++ b/tests/PHPUnit/IntegrationTestCase.php
@@ -116,6 +116,7 @@ abstract class IntegrationTestCase extends PHPUnit_Framework_TestCase
include "DataFiles/Countries.php";
include "DataFiles/Currencies.php";
include "DataFiles/LanguageToCountry.php";
+ include "DataFiles/Providers.php";
Piwik::createAccessObject();
Piwik_PostEvent('FrontController.initAuthenticationObject');