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