Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/tests/phpunit/classes/DOMNodeTest.class.php

292 lines
7.4 KiB

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