Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tonysm/tdd-kata-php

Some TDD training in PHP
https://github.com/tonysm/tdd-kata-php

Last synced: about 1 month ago
JSON representation

Some TDD training in PHP

Awesome Lists containing this project

README

        

# TDD kata in PHP

This repo is just for training.

If you want to try some of the katas, then follow the instructions bellow:

* First, copy the folder default, like so: cp -R default new-kata
* Then run npm install as well as composer install --dev inside the new folder
* Now you can run $ ./vendo/bin/phpspec run on your own or use gulp like so: $ gulp

## Note

When using gulp, your tests are going to run automatically whenever you save your specs files or php files.
Also, you are going to get a notification if the tests passed or failed. To change the icons edit the "test" task inside the Gulpfile.js file.

:)