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/javascript/README.md
parentda827372f3721461fab8cb8f524f8de84a268ddd (diff)
refs #9163 use mysql instead of sqlite in tracker tests
Diffstat (limited to 'tests/javascript/README.md')
-rw-r--r--tests/javascript/README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/javascript/README.md b/tests/javascript/README.md
index 5852407301..9e34fdff07 100644
--- a/tests/javascript/README.md
+++ b/tests/javascript/README.md
@@ -1,10 +1,9 @@
# JavaScript Tests
## Setup
-Javascript integration tests require sqlite:
- * ensure this PHP extension is enabled to make sure you run all tests apt-get install php5-sqlite
- * Then please create an empty file `enable_sqlite` in `tests/javascript/enable_sqlite`
- * Re-execute the tests and make sure the "missing sqlite" error message does not display
+Javascript integration tests require an installed Piwik and ensure the `[database_tests]` section in `piwik/config/config.ini.php` is set up correctly, i.e. with th correct password to prevent the following error: `SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO)`
+
+The tests will create a database named `tracker_tests` and store several tracking requests in it.
## Execute