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