🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 05:00:16 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-php70
/
root
/
usr
/
share
/
tests
/
pear
/
XML_Util
/
tests
📍 /opt/cpanel/ea-php70/root/usr/share/tests/pear/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