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:
authormattpiwik <matthieu.aubry@gmail.com>2012-11-22 06:35:40 +0400
committermattpiwik <matthieu.aubry@gmail.com>2012-11-22 06:35:40 +0400
commit180d24471c3317236327c458d1ce92af51386284 (patch)
tree4405d1454700f76218df0e53cb93f1705ff1d25f
parent4ee739e0f859ffe60d9a857acedebfc5dbf7081c (diff)
Does that help ?
git-svn-id: http://dev.piwik.org/svn/trunk@7522 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-rwxr-xr-xtests/PHPUnit/Integration/ImportLogsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Integration/ImportLogsTest.php b/tests/PHPUnit/Integration/ImportLogsTest.php
index 804b848b1b..8ba399c73d 100755
--- a/tests/PHPUnit/Integration/ImportLogsTest.php
+++ b/tests/PHPUnit/Integration/ImportLogsTest.php
@@ -93,7 +93,7 @@ class Test_Piwik_Integration_ImportLogs extends IntegrationTestCase
public static function setUpWebsitesAndGoals()
{
// for conversion testing
- self::createWebsite(self::$dateTime);
+ self::$idSite = self::createWebsite(self::$dateTime);
self::$idGoal = Piwik_Goals_API::getInstance()->addGoal(
self::$idSite, 'all', 'url', 'http', 'contains', false, 5);
}