📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 11:40:13
📂
/
/
opt
/
cpanel
/
ea-php72
/
root
/
usr
/
share
/
tests
/
pear
/
XML_Util
/
tests
✏️
Editing: CreateCommentTests.php
<?php class CreateCommentTests extends AbstractUnitTests { /** * @covers XML_Util::createComment() */ public function testCreateCommentBasicUsage() { $original = "I am comment."; $expected = "<!-- I am comment. -->"; $this->assertEquals($expected, XML_Util::createComment($original)); } }
💾 Save Changes
❌ Cancel