diff options
Diffstat (limited to 'tests/unit/Xml/TXmlElementTest.php')
-rw-r--r-- | tests/unit/Xml/TXmlElementTest.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/unit/Xml/TXmlElementTest.php b/tests/unit/Xml/TXmlElementTest.php index 49cae36f..49bd41ec 100644 --- a/tests/unit/Xml/TXmlElementTest.php +++ b/tests/unit/Xml/TXmlElementTest.php @@ -1,6 +1,8 @@ <?php -Prado::using('System.Xml.TXmlDocument'); +use Prado\Collections\TMap; +use Prado\Xml\TXmlElement; + /** * @package System.Xml |