Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 243 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 243 Bytes

Unit Tests

First you have to install phpunit $ wget https://phar.phpunit.de/phpunit.phar $ chmod +x phpunit.phar $ sudo mv phpunit.phar /usr/local/bin/phpunit $ phpunit --version

To run: make tests or make example-test