2017 © Pedro Peláez
 

project coding-kata-skeleton

Skeleton project to give you a working directory setup for completing TDD exercises

image

robmasters/coding-kata-skeleton

Skeleton project to give you a working directory setup for completing TDD exercises

  • Friday, August 7, 2015
  • by RobMasters
  • Repository
  • 2 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

TDD Coding Kata Skeleton

The purpose of this project is to provide a simple setup with the tools needed to start writing code using TDD (Test Driven Development). With practice, the aim is to be able to write good tests and end up with clean, working code. Remember, (*1)

Instructions

Creating a project

Simply install the project from composer. If you don't have it, you should download it from here., (*2)

The directory that you install the project into should be based on the exercise that you wish to complete. e.g. "string-calculator"., (*3)

composer create-project robmasters/coding-kata-skeleton [name-of-exercise] dev-master

Running tests

It is up to you which library you wish to use to write your tests. This project comes set up with PHPUnit and PhpSpec and an example test for each. To execute the tests, run either of the following from the root directory of your project:, (*4)

$ ./vendor/bin/phpspec run
$ ./vendor/bin/phpunit

Exercises

The Versions

07/08 2015

dev-master

9999999-dev

Skeleton project to give you a working directory setup for completing TDD exercises

  Sources   Download

MIT

The Requires

 

by Rob Masters