Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 551 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (17 loc) · 551 Bytes

Contribute

  1. Fork the repo
  2. Clone your fork
  3. Hack away
  4. If you are adding new functionality, document it in the README
  5. If necessary, rebase your commits into logical chunks, without errors
  6. Verify your code by running the test suite, and adding additional tests if able.
  7. Push the branch up to GitHub
  8. Send a pull request

We'll do our best to get your changes in!

How to run tests

The tests are written for phpunit which is installed via composer. Run them like this:

% composer install
% ./vendor/bin/phpunit tests/*