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