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/config
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2015-02-20 02:13:37 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-02-23 04:30:06 +0300
commit39a2c9c7237f2cd62c0949ac77c5e8673e9d3963 (patch)
tree69fd99a276adba603763441ea73afb9a98ce8be0 /config
parent54b4d65e0c164cc803dc4d4ad420ce6deb98f86d (diff)
fixes #6635 automatically configure database_tests config for developers when running tests.
I also replaced the check that does a request against Piwik to check whether it is installed with `SettingsPiwik::isInstalled()` as discussed recently
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 4972d40096..580abafd46 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -29,7 +29,7 @@ schema = Mysql
[database_tests]
host = localhost
-username = root
+username = "@USERNAME@"
password =
dbname = piwik_tests
tables_prefix = piwiktests_