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:
authorMichal Čihař <michal@cihar.com>2014-02-17 14:58:03 +0400
committerMichal Čihař <michal@cihar.com>2014-02-17 14:58:44 +0400
commit5f4988567e3898b857f808ddf951e7c3513f7cc7 (patch)
treeb60b0a9dd016cb068031ae94e56f63ee26e6db9d /phpunit.xml.nocoverage
parentb9187f7a6972541889a4666251ced0ed062b10f7 (diff)
Move selenium configuration to test/bootstrap-dist.php
This way it can be overridden from environment. Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'phpunit.xml.nocoverage')
-rw-r--r--phpunit.xml.nocoverage9
1 files changed, 0 insertions, 9 deletions
diff --git a/phpunit.xml.nocoverage b/phpunit.xml.nocoverage
index f53e812a8e..d702cd509d 100644
--- a/phpunit.xml.nocoverage
+++ b/phpunit.xml.nocoverage
@@ -15,15 +15,6 @@
timeout="30000"/>
</selenium>
- <php>
- <const name="TESTSUITE_SERVER" value="localhost"/>
- <const name="TESTSUITE_USER" value="root"/>
- <const name="TESTSUITE_PASSWORD" value=""/>
- <const name="TESTSUITE_DATABASE" value="test"/>
- <const name="TESTSUITE_PHPMYADMIN_HOST" value="http://localhost" />
- <const name="TESTSUITE_PHPMYADMIN_URL" value="/phpmyadmin" />
- </php>
-
<testsuites>
<testsuite name="Classes">
<directory suffix="_test.php">test/classes</directory>