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.' ); } }