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/TXmlDocumentTest.php | |
parent | fc70b6e94c52a6115ee5b7c7e9d25911b6230587 (diff) |
resolved #634 and added unit tests for TXmlElement
Diffstat (limited to 'tests/unit/Xml/TXmlDocumentTest.php')
-rw-r--r-- | tests/unit/Xml/TXmlDocumentTest.php | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/tests/unit/Xml/TXmlDocumentTest.php b/tests/unit/Xml/TXmlDocumentTest.php index 1e588974..b47f735d 100644 --- a/tests/unit/Xml/TXmlDocumentTest.php +++ b/tests/unit/Xml/TXmlDocumentTest.php @@ -8,28 +8,28 @@ Prado::using('System.Xml.TXmlDocument'); */ class TXmlDocumentTest extends PHPUnit_Framework_TestCase { - public function testConstruct() { - throw new PHPUnit_Framework_IncompleteTestError(); - } + public function testConstruct() { + throw new PHPUnit_Framework_IncompleteTestError(); + } - public function testSetVersion() { - throw new PHPUnit_Framework_IncompleteTestError(); - } + public function testSetVersion() { + throw new PHPUnit_Framework_IncompleteTestError(); + } - public function testSetEncoding() { - throw new PHPUnit_Framework_IncompleteTestError(); - } + public function testSetEncoding() { + throw new PHPUnit_Framework_IncompleteTestError(); + } - public function testLoadFromFile() { - throw new PHPUnit_Framework_IncompleteTestError(); - } + public function testLoadFromFile() { + throw new PHPUnit_Framework_IncompleteTestError(); + } - public function testLoadFromString() { - throw new PHPUnit_Framework_IncompleteTestError(); - } + public function testLoadFromString() { + throw new PHPUnit_Framework_IncompleteTestError(); + } - public function testSaveToString() { - throw new PHPUnit_Framework_IncompleteTestError(); - } + public function testSaveToString() { + throw new PHPUnit_Framework_IncompleteTestError(); + } } -?>
\ No newline at end of file +?> |