Skip to content

Commit ee05039

Browse files
committed
[DOCS] Add a section on testing to CONTRIBUTING.md
This change mirrors exactly what we already have at our sister project.
1 parent 23f4061 commit ee05039

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,14 @@ You can then run the following command:
7171
phive install
7272
```
7373

74+
## Unit-test your changes
75+
76+
Please cover all changes with unit tests and make sure that your code does not
77+
break any existing tests. We will only merge pull requests that include full
78+
code coverage of the fixed bugs and the new features.
79+
80+
To run the existing PHPUnit tests, run this command:
81+
82+
```bash
83+
composer ci:tests:unit
84+
```

0 commit comments

Comments
 (0)