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/utAPCCache.php | |
parent | 2658b6a09c9071e524867e13da8c5ec34541cd2d (diff) |
Fixed a few errors caused by incorrect path to cache classes.
Diffstat (limited to 'tests/UnitTests/framework/Data/utAPCCache.php')
-rw-r--r-- | tests/UnitTests/framework/Data/utAPCCache.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/UnitTests/framework/Data/utAPCCache.php b/tests/UnitTests/framework/Data/utAPCCache.php index b9e0f3e8..48458c27 100644 --- a/tests/UnitTests/framework/Data/utAPCCache.php +++ b/tests/UnitTests/framework/Data/utAPCCache.php @@ -2,11 +2,11 @@ require_once(dirname(__FILE__).'/../common.php');
require_once(dirname(__FILE__).'/CacheTestCase.php');
-Prado::using('System.Data.TAPCCache');
+Prado::using('System.Caching.TAPCCache');
class utAPCCache extends CacheTestCase
{
-
+
public function testInit()
{
if(!extension_loaded('apc'))
@@ -42,4 +42,4 @@ class utAPCCache extends CacheTestCase }
}
-?>
\ No newline at end of file +?>
\ No newline at end of file |