Skip to content
This repository was archived by the owner on Nov 27, 2017. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 377 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 377 Bytes

Contributing to DynamicParameterBundle

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