Skip to content

matthiasnoback/workshop-unit-testing

Repository files navigation

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

About

Accompanying project for my PHPUnit workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages