summaryrefslogtreecommitdiff
path: root/tests/unit/Web/THttpCookieTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Web/THttpCookieTest.php')
-rw-r--r--tests/unit/Web/THttpCookieTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit/Web/THttpCookieTest.php b/tests/unit/Web/THttpCookieTest.php
index 206ef105..5eb3496d 100644
--- a/tests/unit/Web/THttpCookieTest.php
+++ b/tests/unit/Web/THttpCookieTest.php
@@ -1,6 +1,7 @@
<?php
-Prado::using('System.Web.THttpRequest');
+use Prado\Web\THttpCookie;
+
/**
* @package System.Web