zacharyrankin/just-test
最新稳定版本:v0.3
Composer 安装命令:
composer require zacharyrankin/just-test
包简介
minimalistic tap-producing testing framework
README 文档
README
minimalistic tap-producing testing framework, inspired by substack/tape.
Usage
use just_test\Test; Test::create( "how do you call your test", function (Test $test) { $test->pass("woot"); } );
TODO
- More documentation
- I still do not like Test::create(), there must be a cleaner syntax
- Better tests :O
统计信息
- 总下载量: 66
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-08-05