summaryrefslogtreecommitdiff
path: root/tests/unit/Web/TCacheHttpSessionTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Web/TCacheHttpSessionTest.php')
-rw-r--r--tests/unit/Web/TCacheHttpSessionTest.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/unit/Web/TCacheHttpSessionTest.php b/tests/unit/Web/TCacheHttpSessionTest.php
index 8475cd37..4bfd3b1a 100644
--- a/tests/unit/Web/TCacheHttpSessionTest.php
+++ b/tests/unit/Web/TCacheHttpSessionTest.php
@@ -1,7 +1,10 @@
<?php
-Prado::using('System.Web.TCacheHttpSession');
-Prado::using('System.Caching.TMemCache');
+use Prado\Caching\TMemCache;
+use Prado\Exceptions\TConfigurationException;
+use Prado\TApplication;
+use Prado\Web\TCacheHttpSession;
+
/**
* @package System.Web