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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2018-08-12 16:52:37 +0300
committerWilliam Desportes <williamdes@wdes.fr>2018-10-11 12:30:05 +0300
commitd9153ae069626ffc63ddd4c20d13cee74d1ece43 (patch)
treeef3b05b557dc71b396b51aaec917780a65276b4a /test/bootstrap-dist.php
parent62120a3a4ac04bd31b9cb76184011209334064e8 (diff)
Add TESTSUITE_PORT for selenium tests
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'test/bootstrap-dist.php')
-rw-r--r--test/bootstrap-dist.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/bootstrap-dist.php b/test/bootstrap-dist.php
index 468f0ab093..abc309dcd5 100644
--- a/test/bootstrap-dist.php
+++ b/test/bootstrap-dist.php
@@ -41,6 +41,7 @@ $test_defaults = [
'TESTSUITE_USER' => 'root',
'TESTSUITE_PASSWORD' => '',
'TESTSUITE_DATABASE' => 'test',
+ 'TESTSUITE_PORT' => 3306,
'TESTSUITE_URL' => 'http://localhost/phpmyadmin/',
'TESTSUITE_SELENIUM_HOST' => '',
'TESTSUITE_SELENIUM_PORT' => '4444',