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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-02-20 09:55:11 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-02-20 09:55:11 +0400
commit612720f648e7fec0a347205cae000bfc61837dd6 (patch)
tree7496f20b05c2e453c0e5b3fbbc34aede6e908eea /tests/PHPUnit/Fixtures/OneVisitWithAbnormalPageviewUrls.php
parentef802f1afe1075917e433f64d508e986a0a4ddde (diff)
Refactoring testing framework:
- Rename *_BaseFixture to Fixture. - Move DB setup code to Fixture and reuse code in DatabaseTestCase. - Make IntegrationTestCase::$defaultApiNotToCall an instance var.
Diffstat (limited to 'tests/PHPUnit/Fixtures/OneVisitWithAbnormalPageviewUrls.php')
-rw-r--r--tests/PHPUnit/Fixtures/OneVisitWithAbnormalPageviewUrls.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Fixtures/OneVisitWithAbnormalPageviewUrls.php b/tests/PHPUnit/Fixtures/OneVisitWithAbnormalPageviewUrls.php
index ab3fe5278a..6e7934c650 100644
--- a/tests/PHPUnit/Fixtures/OneVisitWithAbnormalPageviewUrls.php
+++ b/tests/PHPUnit/Fixtures/OneVisitWithAbnormalPageviewUrls.php
@@ -11,7 +11,7 @@ use Piwik\Date;
* Adds one site and tracks one visit w/ pageview URLs that are not normalized.
* These URLs use different protocols and a mix of lowercase & uppercase letters.
*/
-class Test_Piwik_Fixture_OneVisitWithAbnormalPageviewUrls extends Test_Piwik_BaseFixture
+class Test_Piwik_Fixture_OneVisitWithAbnormalPageviewUrls extends Fixture
{
public $dateTime = '2010-03-06 11:22:33';
public $idSite = 1;