summaryrefslogtreecommitdiff
path: root/tests/unit/Caching/TAPCCacheTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Caching/TAPCCacheTest.php')
-rw-r--r--tests/unit/Caching/TAPCCacheTest.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/unit/Caching/TAPCCacheTest.php b/tests/unit/Caching/TAPCCacheTest.php
index ccb6ee85..d5ea4f92 100644
--- a/tests/unit/Caching/TAPCCacheTest.php
+++ b/tests/unit/Caching/TAPCCacheTest.php
@@ -1,6 +1,10 @@
<?php
-Prado::using('System.Caching.TAPCCache');
+use Prado\Caching\TAPCCache;
+use Prado\Exceptions\TConfigurationException;
+use Prado\Exceptions\TNotSupportedException;
+use Prado\TApplication;
+
/**
* @package System.Caching