diff options
author | carl <> | 2007-07-26 15:59:25 +0000 |
---|---|---|
committer | carl <> | 2007-07-26 15:59:25 +0000 |
commit | 01997bcbaa545654111d88e2386c54087b5a2ce8 (patch) | |
tree | 672a649e31c0bb80345bd7d79d694b62b18bb6fb /tests | |
parent | 5f31c6f8f792cea40abca1505febc539c2c469fb (diff) |
added TMemCacheSessionTest to AllTests.php
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/Web/AllTests.php | 2 |
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()); |