Include integration tests in CE/EE testing documentation

This commit is contained in:
Joshua Lambert 2018-01-04 10:59:08 +00:00 committed by Rémy Coutable
parent ac409fb444
commit 55137e200d
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ the feature you contribute through all of these steps.
1. Description explaining the relevancy (see following item)
1. Working and clean code that is commented where needed
1. [Unit and system tests][testing] that pass on the CI server
1. [Unit, integration, and system tests][testing] that pass on the CI server
1. Performance/scalability implications have been considered, addressed, and tested
1. [Documented][doc-styleguide] in the `/doc` directory
1. [Changelog entry added][changelog], if necessary