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:
authorTimo Besenreuther <timo.besenreuther@gmail.com>2013-04-02 16:41:13 +0400
committerTimo Besenreuther <timo.besenreuther@gmail.com>2013-04-02 16:41:13 +0400
commit849029f528dfaf7662dcc30e72da87edc0e35962 (patch)
tree6a5af6652c9dcfb280c849a8d5449075bd5dc541 /tests
parentfb5f11a5ca82b15eb419803e6e00ce6dfba515d0 (diff)
parentc4555289282a795f9c778c68e820756e5e567a80 (diff)
Merge branch 'master' of github.com:piwik/piwik
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');