summaryrefslogtreecommitdiff
path: root/tests/unit/Web/THttpUtilityTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Web/THttpUtilityTest.php')
-rw-r--r--tests/unit/Web/THttpUtilityTest.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/unit/Web/THttpUtilityTest.php b/tests/unit/Web/THttpUtilityTest.php
new file mode 100644
index 00000000..790bc9f6
--- /dev/null
+++ b/tests/unit/Web/THttpUtilityTest.php
@@ -0,0 +1,19 @@
+<?php
+require_once dirname(__FILE__).'/../phpunit2.php';
+
+Prado::using('System.Web.THttpUtility');
+
+/**
+ * @package System.Web
+ */
+class THttpUtilityTest extends PHPUnit2_Framework_TestCase {
+
+ public function testHtmlEncode() {
+ throw new PHPUnit2_Framework_IncompleteTestError();
+ }
+
+ public function testHtmlDecode() {
+ throw new PHPUnit2_Framework_IncompleteTestError();
+ }
+}
+?> \ No newline at end of file