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.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/unit/Xml/TXmlElementListTest.php b/tests/unit/Xml/TXmlElementListTest.php
index cfebf095..eb91c46f 100644
--- a/tests/unit/Xml/TXmlElementListTest.php
+++ b/tests/unit/Xml/TXmlElementListTest.php
@@ -1,23 +1,23 @@
<?php
-require_once dirname(__FILE__).'/../phpunit2.php';
+require_once dirname(__FILE__).'/../phpunit.php';
Prado::using('System.Xml.TXmlDocument');
/**
* @package System.Xml
*/
-class TXmlElementListTest extends PHPUnit2_Framework_TestCase {
+class TXmlElementListTest extends PHPUnit_Framework_TestCase {
public function testConstruct() {
- throw new PHPUnit2_Framework_IncompleteTestError();
+ throw new PHPUnit_Framework_IncompleteTestError();
}
public function testInsertAt() {
- throw new PHPUnit2_Framework_IncompleteTestError();
+ throw new PHPUnit_Framework_IncompleteTestError();
}
public function testRemoveAt() {
- throw new PHPUnit2_Framework_IncompleteTestError();
+ throw new PHPUnit_Framework_IncompleteTestError();
}
}
?> \ No newline at end of file