- Cache: added testsuite to phpunit.xml.dist


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