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