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:
authorPeter Zhang <peter@innocraft.com>2021-10-28 12:27:32 +0300
committerGitHub <noreply@github.com>2021-10-28 12:27:32 +0300
commit7de92b4037ebd47772548783fc06519f080b8daa (patch)
treeae8f85c111fff043a52932b19dd69244395f45c1 /plugins/Installation
parent518fcb3daee432d6ce76ee9e5d166e7c1ce67889 (diff)
update database test work without section set (#18151)
* update database test update database test * update tests update tests * add matomo_tests to exception add matomo_tests to exception * test env on travis test env on travis * test database change on travis test database change on travis * update tests update tests * update test update test * update test database host update test database host * update tests update tests * Update bootstrap.php update bootstrap to recreate empty test
Diffstat (limited to 'plugins/Installation')
-rw-r--r--plugins/Installation/tests/resources/config.ini.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Installation/tests/resources/config.ini.php b/plugins/Installation/tests/resources/config.ini.php
index 43a364646a..2f5d155d07 100644
--- a/plugins/Installation/tests/resources/config.ini.php
+++ b/plugins/Installation/tests/resources/config.ini.php
@@ -9,6 +9,7 @@ tables_prefix = "piwik_"
charset = "utf8"
[database_tests]
+host = "127.0.0.1"
username = "abc"
password = "xyz"
tables_prefix = ""