Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 507 Bytes

File metadata and controls

17 lines (12 loc) · 507 Bytes

Contributing

Preparing your environment

  1. Fork this repository.
  2. Clone your fork: git clone https://github.com/YOUR_USER/php-hound.git
  3. Make sure you have PHP 5.5 or greater installed
  4. Run composer install inside the project folder in order to install its dependencies.

Running tests

Run its packaged PHPUnit with ./vendor/bin/phpunit from inside the folder.

Submitting code

Please describe your change clearly and make sure you add unit tests covering the changes you made.