TDD Coaching

A (very) simple example of how to write tests. Currently covering Unit tests only.

Note: This project was done as a demo project for series of TDD/BDD coaching for Cogeco Connexion. As such, the project assumes:

Installation

Note: You will need to be on an open network (CCX-Contractors works within Cogeco)

sh bin/composer.sh install

Running the tests

Unit

sh bin/phpspec.sh run

Integration

sh bin/phpunit.sh