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

https://github.com/vinayakkulkarni/kata-tdd

Test Driven Development with phpSpec
https://github.com/vinayakkulkarni/kata-tdd

Last synced: 8 months ago
JSON representation

Test Driven Development with phpSpec

Awesome Lists containing this project

README

          

# KATA-TDD
Test Driven Development

Follow the below steps to setup your environment:

## node Modules
`npm install`

#### This will install all the gulp related dependencies, I faced issue with
`gulp-plumber`
#### and solved it by installing
`npm install gulp-plumber --save-dev`

## phpSpec etc.
`composer install`

### This went smooth for me.

if gulpfile is having issues, try running phpspec

In your CLI,

`vendor/bin/phpspec run`