diff options
Diffstat (limited to 'tests/unit/Web/THttpSessionTest.php')
-rw-r--r-- | tests/unit/Web/THttpSessionTest.php | 4 |
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 |