Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-12-30 13:43:42 +0300
committerAleksander Machniak <alec@alec.pl>2019-12-30 13:43:42 +0300
commit1f656e5a073d93563e02b01d1f542dc3c4b18755 (patch)
treeb84f90880732e6d8a267e54f09c9182b5ca3189b /.ci/config-test.inc.php
parent895b6f54f31d194833b2d2da27dd2c1f24d8e4be (diff)
Travis: In-browser tests with GreenMail server
Diffstat (limited to '.ci/config-test.inc.php')
-rw-r--r--.ci/config-test.inc.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/.ci/config-test.inc.php b/.ci/config-test.inc.php
new file mode 100644
index 000000000..06335f45d
--- /dev/null
+++ b/.ci/config-test.inc.php
@@ -0,0 +1,19 @@
+<?php
+
+$config = array();
+
+// Database configuration
+$config['db_dsnw'] = 'sqlite:////tmp/sqlite.db?mode=0646';
+
+// Test user credentials
+$config['tests_username'] = 'test';
+$config['tests_password'] = 'test';
+
+// GreenMail
+$config['smtp_port'] = 25;
+
+// Settings required by the tests
+
+$config['skin'] = 'elastic';
+$config['support_url'] = 'http://support.url';
+