summaryrefslogtreecommitdiff
path: root/tests/UnitTests/framework/Data/utMemCache.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/UnitTests/framework/Data/utMemCache.php')
-rw-r--r--tests/UnitTests/framework/Data/utMemCache.php2
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
{