summaryrefslogtreecommitdiff
path: root/tests/unit/Xml/AllTests.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Xml/AllTests.php')
-rw-r--r--tests/unit/Xml/AllTests.php6
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() {