Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch authored Apr 18, 2017
1 parent 34593be commit 4afa0f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The project follows the [Open Knowledge International coding standards](https://github.com/okfn/coding-standards).

All PHP Code should conform to [PHP-FIG](http://www.php-fig.org/psr/) accepted PSRs.
All PHP Code MUST conform to [PHP-FIG](http://www.php-fig.org/psr/) accepted PSRs.

Flow Framework has a nice guide regarding coding standards:
* [Printable summary of most important coding guidelines on one page **(.pdf)**](http://flowframework.readthedocs.io/en/stable/_downloads/Flow_Coding_Guidelines_on_one_page.pdf)
Expand All @@ -23,7 +23,7 @@ $ composer test

Phpunit is used for unit tests, you can find the tests under tests directory

Running Phpunit directly: `vendor/bin/phunit`
Running Phpunit directly: `vendor/bin/phpunit --bootstrap tests/autoload.php tests/`


## Coveralls - for coverage
Expand Down

0 comments on commit 4afa0f3

Please sign in to comment.