PHPUnit 6.0.8 和 5.7.15 发布了,PHPUnit 是面向 PHP 的测试框架,是单元测试框架 xUnit 的一个实例。
6.0.8 更新内容:
Changed
The --check-version commandline option is now also available when PHPUnit is installed using Composer
Fixed
Handler is inherited from previous custom option with handler
assertCount() does not handle generators properly
Tests that take too long are not reported as risky test
Output of --check-version suggests removed --self-upgrade
5.7.15 更新内容:
Fixed
Handler is inherited from previous custom option with handler
assertCount() does not handle generators properly
Tests that take too long are not reported as risky test
软件详情:https://github.com/sebastianbergmann/phpunit/
来自:开源中国社区

