🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 03:51:42 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
php74
/
usr
/
share
/
pear
/
test
/
XML_Util
/
tests
📍 /opt/alt/php74/usr/share/pear/test/XML_Util/tests
🔄 Refresh
✏️
Editing: CreateCDataSectionTests.php
Read Only
<?php class CreateCDataSectionTests extends AbstractUnitTests { /** * @covers XML_Util::createCDataSection() */ public function testCreateCDataSectionBasicUsage() { $original = "I am content."; $expected ="<![CDATA[I am content.]]>"; $this->assertEquals($expected, XML_Util::createCDataSection($original)); } }
💾 Save Changes
❌ Cancel