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:
authorYasitha Pandithawatta <yasitha4@gmail.com>2012-08-14 20:03:20 +0400
committerYasitha Pandithawatta <yasitha4@gmail.com>2012-08-14 20:03:20 +0400
commit64c8310611e145ca7bc6c823ebdbc06b454367cb (patch)
treec0bbaea93042e18016354266e67b747bceda12f8 /phpunit.xml.dist
parent7c872205cf6acd90e9b83a912cd6f4096693ca5f (diff)
Create engines test suit and fixed failing test cases
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r--phpunit.xml.dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 2a1f3dec1e..60c46a712b 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -26,6 +26,9 @@
<testsuite name="Classes">
<directory suffix="_test.php">test/classes</directory>
</testsuite>
+ <testsuite name="Engines">
+ <directory suffix="_test.php">test/engines</directory>
+ </testsuite>
<testsuite name="Unit">
<file>test/Environment_test.php</file>
<directory suffix="_test.php">test/libraries/core</directory>