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@gmail.com>2015-11-04 05:20:45 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-11-04 07:28:41 +0300
commit68d3487a0f7807e58cc7efdacfb561a2a000fa2c (patch)
tree061f0c7be4b799efe250b37fa7412fbc15477275 /tests/README.md
parentda827372f3721461fab8cb8f524f8de84a268ddd (diff)
refs #9163 use mysql instead of sqlite in tracker tests
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/README.md b/tests/README.md
index aaa18d6d34..49a4882f01 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -31,7 +31,7 @@ To execute the tests:
1. To install PHPUnit, run `php composer.phar install --dev` in the Piwik root directory.
-2. Ensure the `[database_tests]` section in `piwik/config/config.php.ini` is set up correctly,
+2. Ensure the `[database_tests]` section in `piwik/config/config.ini.php` is set up correctly,
i.e. with the correct password to prevent the following error:
`SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO)`