Simple php application to demonstrate TDD in its simplest mean.
- Install dependencies by running
composer install
. - Everything should be fine if you are able to run the following command:
composer run-script phpunit
.
Simple php application to demonstrate TDD in its simplest mean.
PHPMIT