summaryrefslogtreecommitdiff
path: root/tests/unit/IO/TTextWriterTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/IO/TTextWriterTest.php')
-rw-r--r--tests/unit/IO/TTextWriterTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit/IO/TTextWriterTest.php b/tests/unit/IO/TTextWriterTest.php
index 087812d7..2ef149e4 100644
--- a/tests/unit/IO/TTextWriterTest.php
+++ b/tests/unit/IO/TTextWriterTest.php
@@ -1,6 +1,7 @@
<?php
-Prado::using('System.IO.TTextWriter');
+use Prado\IO\TTextWriter;
+
/**
* @package System.IO