Skip to content

Unit Testing

Aleksandr Kuzminsky edited this page Jul 27, 2016 · 3 revisions

Setup

Install PHPUnit via Composer. You'll only need to do this once

 $ php composer.phar install

or

 $ composer install

Run all PHPUnit tests

 $ phpunit test