123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292 |
- <?php
- /**
- * Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:46.
- */
- class DOMNodeTest extends PHPUnit_Framework_TestCase
- {
- /**
- * @var DOMNode
- */
- protected $object;
- /**
- * Sets up the fixture, for example, opens a network connection.
- * This method is called before a test is executed.
- */
- protected function setUp()
- {
- $this->object = new DOMNode;
- }
- /**
- * Tears down the fixture, for example, closes a network connection.
- * This method is called after a test is executed.
- */
- protected function tearDown()
- {
- }
- /**
- * @covers DOMNode::insertBefore
- * @todo Implement testInsertBefore().
- */
- public function testInsertBefore()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers DOMNode::replaceChild
- * @todo Implement testReplaceChild().
- */
- public function testReplaceChild()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers DOMNode::removeChild
- * @todo Implement testRemoveChild().
- */
- public function testRemoveChild()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers DOMNode::appendChild
- * @todo Implement testAppendChild().
- */
- public function testAppendChild()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers DOMNode::hasChildNodes
- * @todo Implement testHasChildNodes().
- */
- public function testHasChildNodes()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers DOMNode::cloneNode
- * @todo Implement testCloneNode().
- */
- public function testCloneNode()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers DOMNode::normalize
- * @todo Implement testNormalize().
- */
- public function testNormalize()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers DOMNode::isSupported
- * @todo Implement testIsSupported().
- */
- public function testIsSupported()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers DOMNode::hasAttributes
- * @todo Implement testHasAttributes().
- */
- public function testHasAttributes()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers DOMNode::compareDocumentPosition
- * @todo Implement testCompareDocumentPosition().
- */
- public function testCompareDocumentPosition()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers DOMNode::isSameNode
- * @todo Implement testIsSameNode().
- */
- public function testIsSameNode()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers DOMNode::lookupPrefix
- * @todo Implement testLookupPrefix().
- */
- public function testLookupPrefix()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers DOMNode::isDefaultNamespace
- * @todo Implement testIsDefaultNamespace().
- */
- public function testIsDefaultNamespace()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers DOMNode::lookupNamespaceUri
- * @todo Implement testLookupNamespaceUri().
- */
- public function testLookupNamespaceUri()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers DOMNode::isEqualNode
- * @todo Implement testIsEqualNode().
- */
- public function testIsEqualNode()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers DOMNode::getFeature
- * @todo Implement testGetFeature().
- */
- public function testGetFeature()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers DOMNode::setUserData
- * @todo Implement testSetUserData().
- */
- public function testSetUserData()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers DOMNode::getUserData
- * @todo Implement testGetUserData().
- */
- public function testGetUserData()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers DOMNode::getNodePath
- * @todo Implement testGetNodePath().
- */
- public function testGetNodePath()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers DOMNode::getLineNo
- * @todo Implement testGetLineNo().
- */
- public function testGetLineNo()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers DOMNode::C14N
- * @todo Implement testC14N().
- */
- public function testC14N()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers DOMNode::C14NFile
- * @todo Implement testC14NFile().
- */
- public function testC14NFile()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- }
|