Skip to content

Commit 5ff15e0

Browse files
authored
update testing instructions
[ci skip]
1 parent b868c33 commit 5ff15e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Fixes # (issue)
66

77
### Checklist:
88

9-
- [ ] I have run `composer check` and no errors were reported
10-
- [ ] The new code is covered by unit tests
9+
- [ ] I have run `composer run-script check --timeout=0` and no errors were reported
10+
- [ ] The new code is covered by unit tests (check build/coverage for coverage report)
1111
- [ ] I have update the documentation to describe the changes

0 commit comments

Comments
 (0)