diff options
author | knut <> | 2007-06-01 05:09:32 +0000 |
---|---|---|
committer | knut <> | 2007-06-01 05:09:32 +0000 |
commit | 615eb561dfc43bd11ba620c9465e18ac15e22131 (patch) | |
tree | 14f1de295104bc4fd0da845c4148dd3cb64b0041 /tests/unit/Xml/AllTests.php | |
parent | fc70b6e94c52a6115ee5b7c7e9d25911b6230587 (diff) |
resolved #634 and added unit tests for TXmlElement
Diffstat (limited to 'tests/unit/Xml/AllTests.php')
-rw-r--r-- | tests/unit/Xml/AllTests.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unit/Xml/AllTests.php b/tests/unit/Xml/AllTests.php index 0760474f..10658d42 100644 --- a/tests/unit/Xml/AllTests.php +++ b/tests/unit/Xml/AllTests.php @@ -5,9 +5,9 @@ if(!defined('PHPUnit_MAIN_METHOD')) { define('PHPUnit_MAIN_METHOD', 'Xml_AllTests::main'); } -require_once 'Xml/TXmlDocumentTest.php'; -require_once 'Xml/TXmlElementTest.php'; -require_once 'Xml/TXmlElementListTest.php'; +require_once 'TXmlDocumentTest.php'; +require_once 'TXmlElementTest.php'; +require_once 'TXmlElementListTest.php'; class Xml_AllTests { public static function main() { |