heru-luin/tdd-sample-project
Composer 安装命令:
composer create-project heru-luin/tdd-sample-project
包简介
A TDD project starting point
关键字:
README 文档
README
This repository contains a starting point for projects using Test Driven Development (TDD).
Repository status
Packagist
Installation
composer create-project heru-luin/tdd-sample-project --stability dev
cd tdd-sample-project
chmod +x bin/red.sh bin/green.sh bin/refactor.sh
Usage
Follow the 3 TDD steps :
1. RED
Create a failing test.
Validate this step by using bin/red.sh
2. GREEN
Make tests pass.
Validate this step by using bin/green.sh
3. REFACTOR
Refactor your code until it's clean.
Validate this step by using bin/refactor.sh
4. Repeat
Go to step 1.
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-23