✏️ 正在编辑: phpunit.xml
路径:
/srv/systems_dir/yuppiecred/tests/phpunit.xml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<phpunit bootstrap="./bootstrap.php" colors="true" beStrictAboutTestsThatDoNotTestAnything="true" beStrictAboutCoversAnnotation="true"> <testsuite name="Yuppiecred Test Suite"> <directory>./</directory> </testsuite> <php> <env name="APPLICATION_ENV" value="testing" /> </php> <filter> <whitelist> <directory suffix=".php">../library</directory> <directory suffix=".php">../application/models</directory> <exclude> <directory suffix=".phtml">../application/</directory> <file>../application/Bootstrap.php</file> </exclude> </whitelist> </filter> <!-- <logging> <log type="coverage-html" target="./log/report" charset="UTF-8" yui="true" highlight="true" lowUpperBound="35" highLowerBound="70" /> <log type="testdox-html" target="./log/testdox.html" /> </logging>--> </phpunit>
💾 保存文件
← 返回文件管理器