summaryrefslogtreecommitdiff
path: root/tests/unit/Caching/TMemCacheTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Caching/TMemCacheTest.php')
-rw-r--r--tests/unit/Caching/TMemCacheTest.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/unit/Caching/TMemCacheTest.php b/tests/unit/Caching/TMemCacheTest.php
index 3d0d651f..a5cafc72 100644
--- a/tests/unit/Caching/TMemCacheTest.php
+++ b/tests/unit/Caching/TMemCacheTest.php
@@ -1,6 +1,8 @@
<?php
-Prado::using('System.Caching.TMemCache');
+use Prado\Caching\TMemCache;
+use Prado\TApplication;
+
/**
* @package System.Caching