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
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Referrers/tests/Unit/SocialTest.php')
-rw-r--r--plugins/Referrers/tests/Unit/SocialTest.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/Referrers/tests/Unit/SocialTest.php b/plugins/Referrers/tests/Unit/SocialTest.php
index bc277b314e..8e8f35e0f9 100644
--- a/plugins/Referrers/tests/Unit/SocialTest.php
+++ b/plugins/Referrers/tests/Unit/SocialTest.php
@@ -8,7 +8,6 @@
namespace Piwik\Plugins\Referrers\tests;
-use Piwik\Plugins\Referrers\SearchEngine;
use Piwik\Plugins\Referrers\Social;
use Spyc;
@@ -21,13 +20,11 @@ class SocialTest extends \PHPUnit_Framework_TestCase
public static function setUpBeforeClass()
{
// inject definitions to avoid database usage
- $yml = file_get_contents(PIWIK_INCLUDE_PATH . Social::DEFINITION_FILE);
+ $yml = file_get_contents(PIWIK_PATH_TEST_TO_ROOT . Social::DEFINITION_FILE);
Social::getInstance()->loadYmlData($yml);
-
parent::setUpBeforeClass();
}
-
public function isSocialUrlTestData()
{
return array(