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.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/unit/Web/THttpUtilityTest.php b/tests/unit/Web/THttpUtilityTest.php
index 790bc9f6..4dfc46bd 100644
--- a/tests/unit/Web/THttpUtilityTest.php
+++ b/tests/unit/Web/THttpUtilityTest.php
@@ -1,19 +1,19 @@
<?php
-require_once dirname(__FILE__).'/../phpunit2.php';
+require_once dirname(__FILE__).'/../phpunit.php';
Prado::using('System.Web.THttpUtility');
/**
* @package System.Web
*/
-class THttpUtilityTest extends PHPUnit2_Framework_TestCase {
+class THttpUtilityTest extends PHPUnit_Framework_TestCase {
public function testHtmlEncode() {
- throw new PHPUnit2_Framework_IncompleteTestError();
+ throw new PHPUnit_Framework_IncompleteTestError();
}
public function testHtmlDecode() {
- throw new PHPUnit2_Framework_IncompleteTestError();
+ throw new PHPUnit_Framework_IncompleteTestError();
}
}
?> \ No newline at end of file