--TEST-- Test inserting data into a DOMComment basic test --CREDITS-- Andrew Larssen London TestFest 2008 --SKIPIF-- --FILE-- createComment('test-comment'); $comment->insertData(4,'-inserted'); $dom->appendChild($comment); echo $dom->saveXML(); ?> --EXPECTF--