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:
authorJulienMoumne <julien@piwik.org>2012-09-06 23:21:15 +0400
committerJulienMoumne <julien@piwik.org>2012-09-06 23:21:15 +0400
commit63526ce1e3041ca94f8e6565f7f636e135033f06 (patch)
tree0405afdaf06d88e24b8885232181949fe745a331 /tests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDaysTest.php
parent715d93037f840bb87eee3f45f1b39fe0a30f95ba (diff)
refs #3323 - include images in scheduled reports only if system under test matches some technical characteristics of the Piwik QA Server
TODO * update method 'canImagesBeIncludedInScheduledReports' to match the new Piwik QA server when it will be up and running * build a vagrant VM with QA server specs, generate reports using it and override expected files git-svn-id: http://dev.piwik.org/svn/trunk@6932 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'tests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDaysTest.php')
-rwxr-xr-xtests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDaysTest.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDaysTest.php b/tests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDaysTest.php
index 8715fd57a9..2e4bdba820 100755
--- a/tests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDaysTest.php
+++ b/tests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDaysTest.php
@@ -30,7 +30,6 @@ class Test_Piwik_Integration_TwoVisitors_TwoWebsites_DifferentDays extends Integ
parent::setUpBeforeClass();
try {
self::setUpWebsitesAndGoals();
- self::setUpScheduledReports(self::$idSite1);
self::trackVisits();
} catch(Exception $e) {
// Skip whole test suite if an error occurs while setup
@@ -38,6 +37,11 @@ class Test_Piwik_Integration_TwoVisitors_TwoWebsites_DifferentDays extends Integ
}
}
+ public function testSetUpScheduledReports()
+ {
+ $this->setUpScheduledReports(self::$idSite1);
+ }
+
/**
* @dataProvider getApiForTesting
* @group Integration