发布于 2017-03-03 00:24:47 | 140 次阅读 | 评论: 0 | 来源: 网友投递
PHPUnit 轻量级的PHP测试框架
PHPUnit是一个轻量级的PHP测试框架。它是在PHP5下面对JUnit3系列版本的完整移植,是xUnit测试框架家族的一员(它们都基于模式先锋Kent Beck的设计)。
PHPUnit 6.0.8 和 5.7.15 发布了,
6.0.8 更新内容:
Changed
The --check-version
commandline option is now also available when PHPUnit is installed using Composer
Fixed
Fixed #1999: Handler is inherited from previous custom option with handler
Fixed #2149: assertCount()
does not handle generators properly
Fixed #2478: Tests that take too long are not reported as risky test
Fixed #2527: Output of --check-version
suggests removed --self-upgrade
5.7.15 更新内容:
Fixed
Fixed #1999: Handler is inherited from previous custom option with handler
Fixed #2149: assertCount()
does not handle generators properly
Fixed #2478: Tests that take too long are not reported as risky test