summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorcarl <>2007-07-26 15:59:25 +0000
committercarl <>2007-07-26 15:59:25 +0000
commit01997bcbaa545654111d88e2386c54087b5a2ce8 (patch)
tree672a649e31c0bb80345bd7d79d694b62b18bb6fb /tests
parent5f31c6f8f792cea40abca1505febc539c2c469fb (diff)
added TMemCacheSessionTest to AllTests.php
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/Web/AllTests.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/Web/AllTests.php b/tests/unit/Web/AllTests.php
index 0315c7eb..f5643d66 100644
--- a/tests/unit/Web/AllTests.php
+++ b/tests/unit/Web/AllTests.php
@@ -12,6 +12,7 @@ require_once 'THttpRequestTest.php';
require_once 'THttpResponseTest.php';
require_once 'THttpSessionTest.php';
require_once 'THttpUtilityTest.php';
+require_once 'TMemCacheSessionTest.php';
require_once 'TUriTest.php';
require_once 'UI/AllTests.php';
@@ -31,6 +32,7 @@ class Web_AllTests {
$suite->addTestSuite('THttpResponseTest');
$suite->addTestSuite('THttpSessionTest');
$suite->addTestSuite('THttpUtilityTest');
+ $suite->addTestSuite('TMemCacheSessionTest');
$suite->addTestSuite('TUriTest');
$suite->addTest(Web_UI_AllTests::suite());