You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This is very important so that problems can be issued quicker.
6
6
7
7
Please ensure that you run `phpunit` from the project root after you've made any changes.
8
8
9
-
If you've added something new please create a new unit test, if you've changed something please update any unit tests as appropritate.
9
+
If you've added something new please create a new unit test, if you've changed something please update any unit tests as appropriate.
10
10
11
11
We're trying to ensure there is **100%** test code coverage (including testing PHP errors and exceptions) so please ensure any new/updated tests cover all of your changes.
0 commit comments