diff options
author | xue <> | 2006-03-31 22:52:19 +0000 |
---|---|---|
committer | xue <> | 2006-03-31 22:52:19 +0000 |
commit | 0090de89b8b23069c1dd71801389dfa063e610b4 (patch) | |
tree | 104d543ad13dd834e322709a09c7f5027520611c /tests/UnitTests/framework/Data/utMemCache.php | |
parent | 2658b6a09c9071e524867e13da8c5ec34541cd2d (diff) |
Fixed a few errors caused by incorrect path to cache classes.
Diffstat (limited to 'tests/UnitTests/framework/Data/utMemCache.php')
-rw-r--r-- | tests/UnitTests/framework/Data/utMemCache.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/UnitTests/framework/Data/utMemCache.php b/tests/UnitTests/framework/Data/utMemCache.php index 26981f63..cbe9bdad 100644 --- a/tests/UnitTests/framework/Data/utMemCache.php +++ b/tests/UnitTests/framework/Data/utMemCache.php @@ -2,7 +2,7 @@ require_once(dirname(__FILE__).'/../common.php');
require_once(dirname(__FILE__).'/CacheTestCase.php');
-Prado::using('System.Data.TMemCache');
+Prado::using('System.Caching.TMemCache');
class utMemCache extends UnitTestCase
{
|