Home

Awesome

Workshop unit-testing with PHPUnit

By Matthias Noback

Getting started

Clone the repository and install the dependencies using Composer:

git clone https://github.com/matthiasnoback/workshop-unit-testing.git workshop-unit-testing
cd workshop-unit-testing
composer.phar install

Running tests

The PHPUnit executable is located in vendor/bin:

php vendor/bin/phpunit