- Fork this repository.
- Clone your fork:
git clone https://github.com/YOUR_USER/php-hound.git - Make sure you have PHP 5.5 or greater installed
- Run
composer installinside the project folder in order to install its dependencies.
Run its packaged PHPUnit with ./vendor/bin/phpunit from inside the folder.
Please describe your change clearly and make sure you add unit tests covering the changes you made.