🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 06:10:43 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
php70
/
usr
/
share
/
pear
/
test
/
XML_Util
/
tests
📍 /opt/alt/php70/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