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:
authorZarubin Stas <zarubin@zsv.org.ua>2011-07-18 10:34:04 +0400
committerZarubin Stas <zarubin@zsv.org.ua>2011-07-18 10:34:04 +0400
commit2ca6e701541f54581600fde49e92daa92335a016 (patch)
treeef76466f3208ca6dfe2ba0e5537e42828ed6df71 /phpunit.xml.dist
parentc9c110969fc77ac8bb63a1e48a8c00bc86e2f7ed (diff)
Small fixes. New tests for Config.class.php and Theme.class.php,
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r--phpunit.xml.dist12
1 files changed, 6 insertions, 6 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 0431bd989c..41782b7189 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -28,18 +28,18 @@
</php>
<testsuites>
+ <testsuite name="Classes">
+ <directory suffix="_test.php">test/classes</directory>
+ </testsuite>
<testsuite name="Unit">
<file>test/Environment_test.php</file>
<directory suffix="_test.php">test/libraries/core</directory>
<directory suffix="_test.php">test/libraries/common</directory>
<directory suffix="_test.php">test/libraries</directory>
</testsuite>
- <testsuite name="Classes">
- <directory suffix="_test.php">test/classes</directory>
- </testsuite>
- <testsuite name="Selenium">
- <directory suffix="Test.php">test/selenium</directory>
- </testsuite>
+ <!--<testsuite name="Selenium">-->
+ <!--<directory suffix="Test.php">test/selenium</directory>-->
+ <!--</testsuite>-->
</testsuites>
<logging>