✏️ 正在编辑: phpunit.xml
路径:
/usr/share/zabbix/vendor/php-saml/phpunit.xml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<phpunit bootstrap="./tests/bootstrap.php" colors="true"> <testsuites> <testsuite name="OneLogin PHP-SAML Test Suite"> <directory>./tests/src</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory>./src</directory> </whitelist> </filter> <logging> <log type="coverage-html" target="./tests/build/coverage" lowUpperBound="35" highLowerBound="70"/> <log type="coverage-xml" target="./tests/build/logfile.xml"/> <log type="coverage-clover" target="./tests/build/logs/clover.xml"/> <log type="coverage-php" target="./tests/build/logs/coverage.cov"/> </logging> </phpunit>
💾 保存文件
← 返回文件管理器