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
- Host: GitHub
- URL: https://github.com/vinayakkulkarni/kata-tdd
- Owner: vinayakkulkarni
- Created: 2016-10-13T14:46:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T23:56:40.000Z (over 1 year ago)
- Last Synced: 2025-02-15T00:17:59.745Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`