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 21:23:21 +0400
committerMichal Čihař <michal@cihar.com>2014-02-17 21:23:21 +0400
commit7f229a2813de8fc2bb664b2623198dd11184190b (patch)
treeeb3f217ab3d8e6477aca1ee1b853eb6dcb88f328 /phpunit.xml.nocoverage
parentdfcfca51884abb8f3e04081a00173eee70e858ed (diff)
Enable XSS Selenium test
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'phpunit.xml.nocoverage')
-rw-r--r--phpunit.xml.nocoverage1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpunit.xml.nocoverage b/phpunit.xml.nocoverage
index be45a8d267..f1361a410c 100644
--- a/phpunit.xml.nocoverage
+++ b/phpunit.xml.nocoverage
@@ -31,6 +31,7 @@
</testsuite>
<testsuite name="Selenium">
<file>test/selenium/PmaSeleniumLoginTest.php</file>
+ <file>test/selenium/PmaSeleniumXssTest.php</file>
<!--<directory suffix="Test.php">test/selenium</directory>-->
</testsuite>
</testsuites>