dbellettini/kata-sandbox
Composer 安装命令:
composer create-project dbellettini/kata-sandbox
包简介
README 文档
README
This is a simple skeleton for starting a TDD Kata in PHP. I find this useful when I develop a new PHP library from scratch.
Getting started
To begin a new TDD Kata just ask composer to create a new project based on this repository. Thanks to @edelprino I added a simple bash script to do it.
curl -sS https://raw.github.com/dbellettini/php-kata-sandbox/master/install | sh
Running tests
PHPUnit is embedded in vendor folder, just type:
cd kata-sandbox && bin/phpunit
Keeping your coding style PSR-{1,2} compliant
Optional step, just copy hooks/pre-commit file to your .git/hooks folder
统计信息
- 总下载量: 43
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-02-05