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:
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Framework/Fixture.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Framework/Fixture.php b/tests/PHPUnit/Framework/Fixture.php
index 3b0d68d4a7..d3ecac9b93 100644
--- a/tests/PHPUnit/Framework/Fixture.php
+++ b/tests/PHPUnit/Framework/Fixture.php
@@ -993,7 +993,7 @@ class Fixture extends \PHPUnit\Framework\Assert
// }
try {
- if($dbName !==$originalDbName || $dbName=='piwik_tests') {
+ if($dbName !==$originalDbName) {
DbHelper::dropDatabase($dbName);
}
} catch (Exception $e) {