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
path: root/tests
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-03-13 06:04:35 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-03-16 00:37:32 +0300
commit3f2d8e0bdcd62887dfa800c5391954f26bb98871 (patch)
treedd9c46a5ee6d6b0cdbf2ba54956743c15a373652 /tests
parent36214a73090b91cb322329fe39d2e1a718229c58 (diff)
Refactor Piwik update with a Updater class + UI tests
Diffstat (limited to 'tests')
-rw-r--r--tests/UI/Fixtures/UpdaterTestFixture.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/UI/Fixtures/UpdaterTestFixture.php b/tests/UI/Fixtures/UpdaterTestFixture.php
deleted file mode 100644
index e2b3a0024e..0000000000
--- a/tests/UI/Fixtures/UpdaterTestFixture.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-/**
- * Piwik - free/libre analytics platform
- *
- * @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- */
-
-namespace Piwik\Tests\Fixtures;
-
-class UpdaterTestFixture extends SqlDump
-{
- public function performSetUp($setupEnvironmentOnly = false)
- {
- $this->dumpUrl = PIWIK_INCLUDE_PATH . "/tests/UI/resources/piwik1.0.sql.gz";
- $this->dropDatabaseInSetUp = true;
- $this->resetPersistedFixture = true;
-
- parent::performSetUp($setupEnvironmentOnly);
- }
-} \ No newline at end of file