Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 381 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 381 Bytes

Contributing to Translation Checker Bundle

Contributions should be submitted through a Github pull request.

Running the testsuite

Running the testsuite requires having PHPUnit installed on the system.

Before running the testsuite, you need to install the dependencies:

$ composer update

You can then run the testsuite:

$ phpunit --coverage-text