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 <diosmosis@users.noreply.github.com>2018-12-08 09:16:59 +0300
committerGitHub <noreply@github.com>2018-12-08 09:16:59 +0300
commitdf062ae092d6b44f319582d7d567db1ec42cc29e (patch)
tree6a916eccb4c3137e3b9bf3de7d7e682b66a70a73 /tests/PHPUnit/Fixtures
parent53c4d95a4b60ee099400db8c36ac64a68ffa37a3 (diff)
Fixing build (#13808)
* Rename long files. * fix test name * Try to fix several test failures. * Rename expected files. * --amend * Try to fix tests. * Fix more system tests. * Fix more tests. * Add debug log. * Update CustomAlerts submodule for test fix. * Fix some more screenshots. * Fixing more tests. * Update more expected test files & screenshots. * Last couple fixes. * update tagmanager submodule * update submodule * update submodule
Diffstat (limited to 'tests/PHPUnit/Fixtures')
-rw-r--r--tests/PHPUnit/Fixtures/SqlDump.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/PHPUnit/Fixtures/SqlDump.php b/tests/PHPUnit/Fixtures/SqlDump.php
index 8069c4b67e..64042eb8cf 100644
--- a/tests/PHPUnit/Fixtures/SqlDump.php
+++ b/tests/PHPUnit/Fixtures/SqlDump.php
@@ -69,6 +69,8 @@ class SqlDump extends Fixture
throw new Exception("Failed to load sql dump: " . implode("\n", $output));
}
+ Db::destroyDatabaseObject(); // recreate db connection so any cached table metadata in the connection is reset
+
// make sure archiving will be called
Rules::setBrowserTriggerArchiving(true);