update testing instructions

[ci skip]
This commit is contained in:
troosan 2018-02-11 00:17:19 +01:00 committed by GitHub
parent b868c3370c
commit 5ff15e06a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@ Fixes # (issue)
### Checklist:
- [ ] I have run `composer check` and no errors were reported
- [ ] The new code is covered by unit tests
- [ ] I have run `composer run-script check --timeout=0` and no errors were reported
- [ ] The new code is covered by unit tests (check build/coverage for coverage report)
- [ ] I have update the documentation to describe the changes