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:29:29 +0400
committerMichal Čihař <michal@cihar.com>2014-02-17 22:29:29 +0400
commit9ac96ef407ad2bbb0e07203e5bee1090525ce469 (patch)
treefa4c3430e097da83a200e8132e75763fbaad6f97 /phpunit.xml.nocoverage
parentf7ea90de6d41a5856d497d65c2ed53983e783f11 (diff)
Convert database operations test 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 653f463e64..a553c93931 100644
--- a/phpunit.xml.nocoverage
+++ b/phpunit.xml.nocoverage
@@ -33,6 +33,7 @@
<file>test/selenium/PmaSeleniumLoginTest.php</file>
<file>test/selenium/PmaSeleniumXssTest.php</file>
<file>test/selenium/PmaSeleniumDbStructureTest.php</file>
+ <file>test/selenium/PmaSeleniumDbOperationsTest.php</file>
<!--<directory suffix="Test.php">test/selenium</directory>-->
</testsuite>
</testsuites>