文件操作 - phpunit.xml.dist
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/OLD/roundcube nov 2023/roundcube/vendor/pear/net_idna2/phpunit.xml.dist
编辑文件内容
<phpunit bootstrap="vendor/autoload.php" cacheTokens="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false"> <testsuites> <testsuite name="Test Suite"> <directory suffix=".php">tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">Net/</directory> </whitelist> </filter> <logging> <log type="coverage-clover" target="build/logs/clover.xml"/> <log type="coverage-html" target="build/coverage/"/> </logging> </phpunit>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件