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 23:28:56 +0400
committerMichal Čihař <michal@cihar.com>2014-02-17 23:28:56 +0400
commita731ce017c467f6037a4eb6e984bfa687ed4a448 (patch)
tree6e7173da88f29cb17d7bb4ddad9f3a632c5e9bb4 /phpunit.xml.nocoverage
parent16a655d97877e23cff7923a40784f7840b2c8903 (diff)
Convert remaining Selenium tests to new model
I expect many of them to be broken, but let's fix that later. Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'phpunit.xml.nocoverage')
-rw-r--r--phpunit.xml.nocoverage7
1 files changed, 1 insertions, 6 deletions
diff --git a/phpunit.xml.nocoverage b/phpunit.xml.nocoverage
index 92b42dc07e..3a2234735d 100644
--- a/phpunit.xml.nocoverage
+++ b/phpunit.xml.nocoverage
@@ -30,12 +30,7 @@
<directory suffix="_test.php">test/libraries</directory>
</testsuite>
<testsuite name="Selenium">
- <file>test/selenium/PmaSeleniumLoginTest.php</file>
- <file>test/selenium/PmaSeleniumXssTest.php</file>
- <file>test/selenium/PmaSeleniumDbStructureTest.php</file>
- <file>test/selenium/PmaSeleniumDbOperationsTest.php</file>
- <file>test/selenium/PmaSeleniumServerSettingsTest.php</file>
- <!--<directory suffix="Test.php">test/selenium</directory>-->
+ <directory suffix="Test.php">test/selenium</directory>
</testsuite>
</testsuites>