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:
authorsgiehl <stefan@piwik.org>2014-01-17 14:07:45 +0400
committersgiehl <stefan@piwik.org>2014-01-17 14:07:59 +0400
commit302d0c020797a2e7536676abb08eefa0e43a8170 (patch)
treef769421a366bbbef2d2c1e43d69f92c088ec1add /tests
parentba8d99d710176978c029e8a63c40fb1549e0e20a (diff)
fixed failing social tests
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/DatabaseTestCase.php1
-rwxr-xr-xtests/PHPUnit/IntegrationTestCase.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/PHPUnit/DatabaseTestCase.php b/tests/PHPUnit/DatabaseTestCase.php
index da583e86ee..1c0968539c 100644
--- a/tests/PHPUnit/DatabaseTestCase.php
+++ b/tests/PHPUnit/DatabaseTestCase.php
@@ -56,6 +56,7 @@ class DatabaseTestCase extends PHPUnit_Framework_TestCase
}
include "DataFiles/SearchEngines.php";
+ include "DataFiles/Socials.php";
include "DataFiles/Languages.php";
include "DataFiles/Countries.php";
include "DataFiles/Currencies.php";
diff --git a/tests/PHPUnit/IntegrationTestCase.php b/tests/PHPUnit/IntegrationTestCase.php
index 82f1172558..423001bad4 100755
--- a/tests/PHPUnit/IntegrationTestCase.php
+++ b/tests/PHPUnit/IntegrationTestCase.php
@@ -172,6 +172,7 @@ abstract class IntegrationTestCase extends PHPUnit_Framework_TestCase
}
include "DataFiles/SearchEngines.php";
+ include "DataFiles/Socials.php";
include "DataFiles/Languages.php";
include "DataFiles/Countries.php";
include "DataFiles/Currencies.php";