Skip to content

This project is to be used to test your implementation thought processes using TTD

Notifications You must be signed in to change notification settings

timkippdev/ttd-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TTD Practice

Introduction

This project is to be used to test your implementation thought processes using TTD. (test-driven development)

Test cases will be supplied and the goal is for you to implement the supplied class stubs to fill the test requirements.

More test/implementation scenarios will be added over time.

Project Setup

Fork Repository

Fork this repository to your own GitHub account and clone to your local machine.

Install project dependencies

After cloning your repository, you need to install the required project dependencies.

Run the following command at the root of the project:

composer install

Running Tests

After your class implementations are in place, you will use the existing tests to verify that your implementations are correct.

Run the following command to test your implementations against the existing tests:

./run-tests.sh

About

This project is to be used to test your implementation thought processes using TTD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published