docteurklein/funk-spec
Composer 安装命令:
composer require docteurklein/funk-spec
包简介
a test runner
README 文档
README
What ?
A functional/system/integration test framework based on Behat/Testwork.
Why ?
User acceptance tests shouldn't include technical details,
but it doesn't mean some technical parts of the app shouldn't be independantly tested.
Moreover, some intermediate modules could be tested, standing between unit and system testing.
How ?
composer require docteurklein/funk-spec --dev
vim funk/Feature/That/DoesStuff/ProfitsTo/Customer.php vendor/bin/funk funk
<?php namespace funk\Feature\That\DoesStuff\ProfitsTo; use Funk\Spec; class Customer implements Spec { function it_simplifies_customers_life() { // pic or it didn't happen! } }
统计信息
- 总下载量: 29.71k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 11
- 点击次数: 0
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-02-25
