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:
authorThomas Steur <thomas.steur@googlemail.com>2014-07-07 14:31:40 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-07-07 14:31:40 +0400
commit6f2c8681ea071afa47e72df6bd2884fd0b4ce421 (patch)
tree3b52b0c9ae333c3d9d2e9b970fda5560dca89c46 /core/DbHelper.php
parente9ce5d389f599d240f237f702b9f1b208a8b3ca5 (diff)
it looks like it truncates all tables between tests?
Diffstat (limited to 'core/DbHelper.php')
-rw-r--r--core/DbHelper.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/DbHelper.php b/core/DbHelper.php
index 2b2d47a46a..8dbf7d0a9e 100644
--- a/core/DbHelper.php
+++ b/core/DbHelper.php
@@ -106,10 +106,6 @@ class DbHelper
*/
public static function dropDatabase($dbName = null)
{
-
- $message = 'Drop DB ';
- \Piwik\Log::getInstance()->customLogToFileForDebuggingIfYouStillSeeThisHereRemoveIt($message, false);
-
if (defined('PIWIK_TEST_MODE') && PIWIK_TEST_MODE) {
Schema::getInstance()->dropDatabase($dbName);
}