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 22:04:19 +0400
committerMichal Čihař <michal@cihar.com>2014-02-17 22:04:19 +0400
commitec057385f8ba444ea5aaeddce0d0cceebe8c1b5b (patch)
tree6cefc31a455b538ccaea8b2ca08634d80084ed6e /phpunit.xml.nocoverage
parent9408b46fe135142d10f718c513601b7019028af9 (diff)
Adjust database structure tests to new model
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 f1361a410c..653f463e64 100644
--- a/phpunit.xml.nocoverage
+++ b/phpunit.xml.nocoverage
@@ -32,6 +32,7 @@
<testsuite name="Selenium">
<file>test/selenium/PmaSeleniumLoginTest.php</file>
<file>test/selenium/PmaSeleniumXssTest.php</file>
+ <file>test/selenium/PmaSeleniumDbStructureTest.php</file>
<!--<directory suffix="Test.php">test/selenium</directory>-->
</testsuite>
</testsuites>