Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 PHPUnit/Xdebug 运行单元测试,虽然我的方法和行覆盖率百分位数在 90 年代,但类始终读取为 0%。类覆盖率是如何确定的,我需要定义一些特殊的东西来触发它吗?
谢谢
通过反复试验,我确定一旦该类的方法和行达到 100% 的覆盖率,这些类就会打勾。