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-07 02:37:47 +0400
committerJulienMoumne <julien@piwik.org>2012-09-07 02:37:47 +0400
commitabe87d232e11cadb4df4f8ab46f17f311366b28e (patch)
treed354d78366eecd66f000a8dea189a1fb9c1684d0 /tests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDaysTest.php
parent9bb31c795a9572bcf753ccccb1b247d91c6bbc8a (diff)
refs #3323 follow best practices per comment:6:ticket:3323
git-svn-id: http://dev.piwik.org/svn/trunk@6936 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'tests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDaysTest.php')
-rwxr-xr-xtests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDaysTest.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDaysTest.php b/tests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDaysTest.php
index 2e4bdba820..4c8b59a216 100755
--- a/tests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDaysTest.php
+++ b/tests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDaysTest.php
@@ -30,6 +30,7 @@ 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
@@ -37,9 +38,13 @@ class Test_Piwik_Integration_TwoVisitors_TwoWebsites_DifferentDays extends Integ
}
}
- public function testSetUpScheduledReports()
+ /**
+ * @group Integration
+ * @group TwoVisitors_TwoWebsites_DifferentDays
+ */
+ public function testImagesIncludedInTests()
{
- $this->setUpScheduledReports(self::$idSite1);
+ $this->alertWhenImagesExcludedFromTests();
}
/**