Skip to content

Commit 4afa0f3

Browse files
authored
Update CONTRIBUTING.md
1 parent 34593be commit 4afa0f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

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

77
Flow Framework has a nice guide regarding coding standards:
88
* [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)
@@ -23,7 +23,7 @@ $ composer test
2323

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

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

2828

2929
## Coveralls - for coverage

0 commit comments

Comments
 (0)