Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 436 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 436 Bytes

CONTRIBUTING

RUNNING TESTS

To run tests:

  • Make sure you have a recent version of PHPUnit installed; 4.8.0 minimally.

  • Enter the tests/ subdirectory.

  • Execute PHPUnit

    % phpunit
  • You may also provide the --coverage-html switch;

    % phpunit --coverage-html ./_report

    This will generate code-coverage report witch can be displayed in a browser by opening tests/_report/index.html file