Skip to content
Snippets Groups Projects
Commit 87dfe035 authored by danielspeicher's avatar danielspeicher
Browse files

Document stages and jobs.

parent d3ff81e2
No related branches found
No related tags found
1 merge request!24Develop
......@@ -353,11 +353,15 @@ Rules, when the job should run:
After the preparation and the setup of a Drupal database, we can execute tests. This happens in this stage.
All tests use the two [Internal Test Stages](#internal-test-stages)
All tests use the two [Internal Test Stages](#internal-test-stages).
#### Test Code Style
This job uses [PHP Code Sniffer](../../dev_tools/test.md#php-code-sniffer) and stores the artefacts in `phpcs`.
Rules, when the job should run:
- the code style tests are enabled by `$DISABLE_CI_TEST_CODESTYLE` != "1"
#### Test PHPUnit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment