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:
authormattab <matthieu.aubry@gmail.com>2014-04-04 07:24:45 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-04 07:24:45 +0400
commit2739eeec2ffd189873d706317a4ba11fc9b04453 (patch)
tree102dc7a10dcbe1d3ed708a02fd79778f068e02e8 /tests
parent7143784693cca662fb856a1e2dd4aa055c3b6daa (diff)
Removing the SettingsPiwik::$piwikUrlCache hack, ftw?
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Fixture.php3
m---------tests/PHPUnit/UI0
2 files changed, 0 insertions, 3 deletions
diff --git a/tests/PHPUnit/Fixture.php b/tests/PHPUnit/Fixture.php
index 6bb2b38439..057401f9fb 100644
--- a/tests/PHPUnit/Fixture.php
+++ b/tests/PHPUnit/Fixture.php
@@ -86,8 +86,6 @@ class Fixture extends PHPUnit_Framework_Assert
$this->getTestEnvironment()->delete();
try {
- \Piwik\SettingsPiwik::$piwikUrlCache = '';
-
if ($this->createConfig) {
Config::getInstance()->setTestEnvironment();
}
@@ -219,7 +217,6 @@ class Fixture extends PHPUnit_Framework_Assert
{
$this->tearDown();
- \Piwik\SettingsPiwik::$piwikUrlCache = null;
self::unloadAllPlugins();
if ($this->dropDatabaseInTearDown) {
diff --git a/tests/PHPUnit/UI b/tests/PHPUnit/UI
-Subproject e716e503a310f5a3b3116738d6ceb50242046ae
+Subproject 15a24434f4b4c3ba7f020140e6eceb261df67c8