- Configuration: enabled testsuite

git-svn-id: https://svn.apache.org/repos/asf/incubator/zetacomponents/trunk@1212930 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 259e347..0eaa21f 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -29,6 +29,10 @@
         <directory suffix="_test.php">Cache/tests</directory>
       </testsuite>
 
+      <testsuite name="Configuration">
+        <directory suffix="_test.php">Configuration/tests</directory>
+      </testsuite>
+
       <testsuite name="Document">
         <directory suffix="_test.php">Document/tests</directory>
       </testsuite>