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/tests
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-01-20 05:21:35 +0400
committermattab <matthieu.aubry@gmail.com>2014-01-20 05:21:35 +0400
commitdc9965d06643658a716f6dcf8e1dc6a5c8befaea (patch)
treea39038586d9402241e686c55ab25a318f0cd5082 /tests
parent281b34468b10231299a131cbd3c97fff4523cc67 (diff)
This should not change the test results
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/config.ini.travis.php28
1 files changed, 18 insertions, 10 deletions
diff --git a/tests/PHPUnit/config.ini.travis.php b/tests/PHPUnit/config.ini.travis.php
index 2c879461c4..4352e22561 100644
--- a/tests/PHPUnit/config.ini.travis.php
+++ b/tests/PHPUnit/config.ini.travis.php
@@ -3,18 +3,26 @@
; tests on Travis-CI. Do not use this in production.
[superuser]
-login = admin
-password = 098f6bcd4621d373cade4e832627b4f6
-email = hello@example.org
+login = admin
+password = 098f6bcd4621d373cade4e832627b4f6
+email = hello@example.org
[database]
-host = localhost
-username = root
-password =
-dbname = piwik_tests
-adapter = PDO_MYSQL ; PDO_MYSQL, MYSQLI, or PDO_PGSQL
-tables_prefix = piwiktests_
-;charset = utf8
+host = localhost
+username = root
+password =
+dbname = piwik_tests
+adapter = PDO_MYSQL
+tables_prefix = piwiktests_
+;charset = utf8
+
+[database_tests]
+host = localhost
+username = root
+password =
+dbname = piwik_tests
+adapter = PDO_MYSQL
+tables_prefix = piwiktests_
[log]
log_writers[] = file