Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 905 Bytes

File metadata and controls

32 lines (20 loc) · 905 Bytes

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