✏️ 正在编辑: phpunit.xml
路径:
/srv/systems_dir/yuppiecred-lidernegocios/vendor/mpdf/mpdf/phpunit.xml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<phpunit bootstrap="tests/bootstrap.php" colors="true" backupGlobals="false" beStrictAboutTestsThatDoNotTestAnything="false"> <testsuites> <testsuite name="Tests"> <directory suffix=".php">./tests</directory> </testsuite> </testsuites> <coverage processUncoveredFiles="true"> <include> <directory suffix=".php">src</directory> </include> <report> <html outputDirectory="build/coverage"/> <text outputFile="php://stdout" showOnlySummary="true"/> </report> </coverage> </phpunit>
💾 保存文件
← 返回文件管理器