模拟测试对象的PHP库.zip
Samsui 是一个用于建立对构建你的应用程序测试数据有用的 PHP 对象库。通过 Samsui,你可以快速建立原型应用,产生你测试原型所需要的数据。use Samsui\Factory; $factory = new Factory(); // define an object quickly $factory->define('person') ->sequence('personId') ->attr('firstName', 'James') ->attr('lastName', 'Clark') ->attr('email',
文件列表
模拟测试对象的PHP库.zip
(预估有个242文件)
phpunit.xml.dist
318B
index.html
9KB
method-verification.html
20KB
method-stubbing.html
52KB
.buildinfo
230B
introduction.html
15KB
method-parameter-matchers.html
18KB
answers.html
13KB
default.css
4KB
basic.css
6KB
暂无评论