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