We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CONTRIBUTING.md
1 parent 73a4180 commit 3ef8030Copy full SHA for 3ef8030
CONTRIBUTING.md
@@ -71,3 +71,14 @@ You can then run the following command:
71
phive install
72
```
73
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