summaryrefslogtreecommitdiff
path: root/tests/unit/Caching/AllTests.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Caching/AllTests.php')
-rw-r--r--tests/unit/Caching/AllTests.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/Caching/AllTests.php b/tests/unit/Caching/AllTests.php
index 555a4344..641311db 100644
--- a/tests/unit/Caching/AllTests.php
+++ b/tests/unit/Caching/AllTests.php
@@ -7,6 +7,7 @@ if(!defined('PHPUnit_MAIN_METHOD')) {
require_once 'TSqliteCacheTest.php';
require_once 'TAPCCacheTest.php';
+require_once 'TMemCacheTest.php';
class Caching_AllTests {
public static function main() {
@@ -18,6 +19,7 @@ class Caching_AllTests {
$suite->addTestSuite('TSqliteCacheTest');
$suite->addTestSuite('TAPCCacheTest');
+ $suite->addTestSuite('TMemCacheTest');
return $suite;
}