/
/
opt
/
cpanel
/
ea-php70
/
root
/
usr
/
share
/
tests
/
pear
/
XML_Util
/
tests
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.187
PHP 7.4.33
Dir:
/opt/cpanel/ea-php70/root/usr/share/tests/pear/XML_Util/tests
Edit:
/opt/cpanel/ea-php70/root/usr/share/tests/pear/XML_Util/tests/CreateCDataSectionTests.php
<?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)); } }
Ukuran: 362 B