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 15:25:10 +0400
committerMichal Čihař <michal@cihar.com>2014-02-17 15:25:10 +0400
commit3a1a8e8bf808c0ed004b125939369a2065131a24 (patch)
treec54a7be3e010b98f13025648c8636c6fb1cdbfef /phpunit.xml.nocoverage
parent778a641c347a9e79e1490e32772c987e6f42981b (diff)
Testing Selenium and BrowserStack integration
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'phpunit.xml.nocoverage')
-rw-r--r--phpunit.xml.nocoverage5
1 files changed, 3 insertions, 2 deletions
diff --git a/phpunit.xml.nocoverage b/phpunit.xml.nocoverage
index d702cd509d..be45a8d267 100644
--- a/phpunit.xml.nocoverage
+++ b/phpunit.xml.nocoverage
@@ -29,9 +29,10 @@
<directory suffix="_test.php">test/libraries/rte</directory>
<directory suffix="_test.php">test/libraries</directory>
</testsuite>
- <!--<testsuite name="Selenium">-->
+ <testsuite name="Selenium">
+ <file>test/selenium/PmaSeleniumLoginTest.php</file>
<!--<directory suffix="Test.php">test/selenium</directory>-->
- <!--</testsuite>-->
+ </testsuite>
</testsuites>
<logging>