📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-28 18:49:10
📂
/ (Root)
/
opt
/
cpanel
/
ea-php72
/
root
/
usr
/
share
/
tests
/
pear
/
XML_Util
/
tests
📍 /opt/cpanel/ea-php72/root/usr/share/tests/pear/XML_Util/tests
🔄 Refresh
✏️
Editing: CreateCommentTests.php
Read Only
<?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