PHP 单元测试框架 Phake

码农软件 · 软件分类 · 单元测试工具 · 2019-11-18 14:28:31

软件介绍

Phake 是 PHP 框架,提供模拟对象,双向测试和方法测试。

Phake 和其他 PHP 模拟框架(PHPUnit,PHPMock 等)最主要的不同之处是 Phake 会使用一个验证策略来确保调用。也就是说,你正常调用代码的时候你就完成代码的测试,确定是否是按计划调用了方法。这跟其他的 PHP 测试框架非常不同,在任何调用之前使用一个期望策略。

PHAKE


本文地址:https://codercto.com/soft/d/19262.html

Unreal Engine 4 Scripting with C++ Cookbook

Unreal Engine 4 Scripting with C++ Cookbook

Sherif, William、Stephen Whittle / 2016-10-24

Unreal Engine 4 (UE4) is a complete suite of game development tools made by game developers, for game developers. With more than 100 practical recipes, this book is a guide showcasing techniques to us......一起来看看 《Unreal Engine 4 Scripting with C++ Cookbook》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

URL 编码/解码
URL 编码/解码

URL 编码/解码