文件操作 - CreateCommentTests.php
返回文件管理
返回主菜单
删除本文件
文件: /opt/alt/php73/usr/share/pear/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)); } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件