object = new DOMNamedNodeMap; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers DOMNamedNodeMap::getNamedItem * @todo Implement testGetNamedItem(). */ public function testGetNamedItem() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers DOMNamedNodeMap::setNamedItem * @todo Implement testSetNamedItem(). */ public function testSetNamedItem() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers DOMNamedNodeMap::removeNamedItem * @todo Implement testRemoveNamedItem(). */ public function testRemoveNamedItem() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers DOMNamedNodeMap::item * @todo Implement testItem(). */ public function testItem() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers DOMNamedNodeMap::getNamedItemNS * @todo Implement testGetNamedItemNS(). */ public function testGetNamedItemNS() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers DOMNamedNodeMap::setNamedItemNS * @todo Implement testSetNamedItemNS(). */ public function testSetNamedItemNS() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers DOMNamedNodeMap::removeNamedItemNS * @todo Implement testRemoveNamedItemNS(). */ public function testRemoveNamedItemNS() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }