Skip to content

Commit a9be668

Browse files
authored
Update CONTRIBUTING.md
1 parent 3e06026 commit a9be668

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

CONTRIBUTING.md

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

33
## RUNNING TESTS
44

5-
To run tests:
6-
7-
- Make sure you have a recent version of PHPUnit installed; 4.8.0
8-
minimally.
9-
- Enter the `tests/` subdirectory.
10-
- Execute PHPUnit
11-
12-
```sh
13-
% phpunit
14-
```
15-
16-
- You may also provide the `--coverage-html` switch;
17-
18-
```sh
19-
% phpunit --coverage-html ./_report
20-
```
21-
22-
This will generate code-coverage report witch can be displayed in a browser by opening `tests/_report/index.html` file
5+
```bash
6+
$ composer test
7+
```
238

0 commit comments

Comments
 (0)