📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-27 09:39:00
📂
/ (Root)
/
opt
/
alt
/
php71
/
usr
/
share
/
pear
/
test
/
XML_Util
/
tests
📍 /opt/alt/php71/usr/share/pear/test/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