发布于 2017-03-17 00:21:53 | 117 次阅读 | 评论: 0 | 来源: 网友投递
Phake PHP 单元测试框架
Phake 是 PHP 框架,提供模拟对象,双向测试和方法测试。
Phake v2.3.1 发布了,本次主要更新是 bug 的修复:
#219 - Fix Phake::resetStatic() post calls (Thanks @shaikhul)
#222 - Keep cached version of matcher factory and comparator factory around (Thanks @willemstuursma)
#223 - Speed up method implementation. (Thanks @timheilig)
#228 - Fix "Mocking Static Methods" documentation example (Thanks @oochelz)
#232 - Make matchers work with PHPUnit 6 (Thanks @hansdubois)