Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tonysm/tdd-kata-php
- Owner: tonysm
- Created: 2014-08-25T20:43:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-11T04:02:57.000Z (almost 10 years ago)
- Last Synced: 2024-05-01T20:22:24.793Z (7 months ago)
- Language: PHP
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 runnpm install
as well ascomposer 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 theGulpfile.js
file.:)