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:
authorDeven Bansod <devenbansod.bits@gmail.com>2016-10-29 08:30:52 +0300
committerDeven Bansod <devenbansod.bits@gmail.com>2016-10-29 08:30:52 +0300
commitd5c9a193f48026b21cd5ff77c130300b3fbc568e (patch)
tree4db2c83bd4ac9fcc0d30ca6d0f828403811473d9 /phpunit.xml.dist
parentf14cffdbe700a80b2b1e49f51da8867ac6246a6e (diff)
Fix tests for Table, ThemeManager, Tracker classes
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r--phpunit.xml.dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 2e2d1d226f..ef300c6b50 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -27,9 +27,9 @@
<directory suffix="_test.php">test/libraries/rte</directory>
<directory suffix="_test.php">test/libraries</directory>
</testsuite>
- <testsuite name="Selenium">
+ <!-- <testsuite name="Selenium">
<directory suffix="Test.php">test/selenium</directory>
- </testsuite>
+ </testsuite> -->
</testsuites>
<logging>