红联Linux门户
Linux帮助

PHPUnit 7.0.1发布,PHP单元测试框架

发布时间:2018-02-14 10:00:45来源:红联作者:baihuo
PHPUnit 7.0.1 已发布,这是一个修复版本:

Directories are not created recursively

Removed superfluous @throws \Exception annotations from assertion methods

PHPUnit 是一个面向程序员的 PHP 测试框架。是 xUnit 单元测试框架体系结构的一员。

PHPUnit 需要使用 dom 和 json 扩展,它们通常是默认启用的。

PHPUnit 还需要 pcre、reflection、spl 扩展。这些标准扩展默认启用,并且除非修改 PHP 的构建系统和 C 源代码,否则无法禁用它们。

代码覆盖率分析报告功能需要 Xdebug(2.5.0以上)与 tokenizer 扩展。生成 XML 格式的报告需要有 xmlwriter 扩展。

软件详情:https://github.com/sebastianbergmann/phpunit/

下载地址:https://github.com/sebastianbergmann/phpunit/archive/7.0.1.zip

来自:开源中国社区
文章评论

共有 0 条评论