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:
Diffstat (limited to 'test/README.rst')
-rw-r--r--test/README.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/README.rst b/test/README.rst
index 60409ec041..dadbf37aa4 100644
--- a/test/README.rst
+++ b/test/README.rst
@@ -55,4 +55,5 @@ For example you can use following setup in ``phpunit.xml``::
<env name="TESTSUITE_DATABASE" value="test"/>
<env name="TESTSUITE_PHPMYADMIN_HOST" value="http://localhost/phpmyadmin/" />
<env name="TESTSUITE_SELENIUM_HOST" value="127.0.0.1" />
+ <env name="TESTSUITE_SELENIUM_PORT" value="4444" />
</php>