%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /opt/cpanel/ea-php71/root/usr/share/tests/pear/XML_Util/tests/
Upload File :
Create Path :
Current File : //opt/cpanel/ea-php71/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));
    }
}

Zerion Mini Shell 1.0