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/TXmlElementListTest.php | |
parent | fc70b6e94c52a6115ee5b7c7e9d25911b6230587 (diff) |
resolved #634 and added unit tests for TXmlElement
Diffstat (limited to 'tests/unit/Xml/TXmlElementListTest.php')
-rw-r--r-- | tests/unit/Xml/TXmlElementListTest.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/unit/Xml/TXmlElementListTest.php b/tests/unit/Xml/TXmlElementListTest.php index eb91c46f..95906c1f 100644 --- a/tests/unit/Xml/TXmlElementListTest.php +++ b/tests/unit/Xml/TXmlElementListTest.php @@ -8,16 +8,16 @@ Prado::using('System.Xml.TXmlDocument'); */ class TXmlElementListTest extends PHPUnit_Framework_TestCase { - public function testConstruct() { - throw new PHPUnit_Framework_IncompleteTestError(); - } + public function testConstruct() { + throw new PHPUnit_Framework_IncompleteTestError(); + } - public function testInsertAt() { - throw new PHPUnit_Framework_IncompleteTestError(); - } + public function testInsertAt() { + throw new PHPUnit_Framework_IncompleteTestError(); + } - public function testRemoveAt() { - throw new PHPUnit_Framework_IncompleteTestError(); - } + public function testRemoveAt() { + throw new PHPUnit_Framework_IncompleteTestError(); + } } -?>
\ No newline at end of file +?> |