summaryrefslogtreecommitdiff
path: root/tests/unit/Web/UI/THtmlWriterTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Web/UI/THtmlWriterTest.php')
-rw-r--r--tests/unit/Web/UI/THtmlWriterTest.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/unit/Web/UI/THtmlWriterTest.php b/tests/unit/Web/UI/THtmlWriterTest.php
index cf3b27e3..e99238ad 100644
--- a/tests/unit/Web/UI/THtmlWriterTest.php
+++ b/tests/unit/Web/UI/THtmlWriterTest.php
@@ -1,7 +1,11 @@
<?php
-Prado::using('System.Web.UI.THtmlWriter');
+use Prado\IO\ITextWriter;
+use Prado\TComponent;
+use Prado\Web\THttpUtility;
+use Prado\Web\UI\THtmlWriter;
+
/**
* Implement a writer that flush the content to a variable, to simulate a real flush