gpt4 book ai didi

PHPUnit 代码覆盖率不适用于配置

转载 作者:搜寻专家 更新时间:2023-10-31 20:55:00 26 4
gpt4 key购买 nike

我的 PHPUnit 设置和覆盖率报告在没有白名单过滤器的情况下工作正常。然而,一旦我添加了一个,报告似乎只是部分生成,就好像 PHPUnit 意外退出一样。我没有收到任何错误或警告。

我的配置看起来像这样:

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./bootstrap.php"
colors="true">
<testsuites>
<testsuite name="...">
<testsuite name="...">
<directory>./path/to/suite</directory>
</testsuite>
<testsuite name="...">
<directory>./path/to/suite2</directory>
</testsuite>
<testsuite name="...">
<directory>./path/to/suite3</directory>
</testsuite>
</testsuite>
</testsuites>

<filter>
<whitelist>
<directory suffix=".php">../path/to/files</directory>
</whitelist>
</filter>

<logging>
<log type="coverage-html" target="log/" charset="UTF-8" yui="true" />
</logging>
</phpunit>

知道哪里出了问题吗?

最佳答案

原来我列入白名单的文件中有一些脚本停止程序代码。

关于PHPUnit 代码覆盖率不适用于配置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3586959/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com