文件操作 - phpunit.xml.dist
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/cwpsrv/var/services/twig/phpunit.xml.dist
编辑文件内容
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" bootstrap="test/bootstrap.php" > <testsuites> <testsuite name="Twig Test Suite"> <directory>./test/Twig/</directory> </testsuite> </testsuites> <php> <ini name="error_reporting" value="-1" /> </php> <listeners> <listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" /> </listeners> <filter> <whitelist> <directory suffix=".php">./lib/Twig/</directory> </whitelist> </filter> </phpunit>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件