summaryrefslogtreecommitdiff
path: root/tests/unit/Xml/TXmlDocumentTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Xml/TXmlDocumentTest.php')
-rw-r--r--tests/unit/Xml/TXmlDocumentTest.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/unit/Xml/TXmlDocumentTest.php b/tests/unit/Xml/TXmlDocumentTest.php
index 54e4b5aa..a04402d8 100644
--- a/tests/unit/Xml/TXmlDocumentTest.php
+++ b/tests/unit/Xml/TXmlDocumentTest.php
@@ -1,6 +1,9 @@
<?php
-Prado::using('System.Xml.TXmlDocument');
+use Prado\Exceptions\TIOException;
+use Prado\Xml\TXmlDocument;
+use Prado\Xml\TXmlElement;
+
/**
* @package System.Xml