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:
authorKévin Subileau <ksubileau@github.fake>2013-04-01 23:01:07 +0400
committerKévin Subileau <ksubileau@github.fake>2013-04-01 23:01:07 +0400
commit1f8fa790ab63a9c1d88246ea987d4dae5e09c5a7 (patch)
treee11129736acb1dd5f271b0f8f181538afd0d025a /tests
parentbb9268f0854dc1c1ec92e62ce62bfbec930fb49d (diff)
Fix failing test due to missing include
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 3ee7c7f59c..c254d2ef2b 100755
--- a/tests/PHPUnit/IntegrationTestCase.php
+++ b/tests/PHPUnit/IntegrationTestCase.php
@@ -123,6 +123,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');