diff options
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 +?> |