diff options
Diffstat (limited to 'tests/unit/Caching/TAPCCacheTest.php')
-rw-r--r-- | tests/unit/Caching/TAPCCacheTest.php | 6 |
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 |