Pull merge.
[yaffs-website] / web / core / modules / simpletest / config / schema / simpletest.schema.yml
1 # Schema for the configuration files of the Simpletest module.
2
3 simpletest.settings:
4   type: config_object
5   label: 'Testing'
6   mapping:
7     clear_results:
8       type: boolean
9       label: 'Clear results after each complete test suite run'
10     verbose:
11       type: boolean
12       label: 'Provide verbose information when running tests'
13     httpauth:
14       type: mapping
15       label: 'HTTP authentication'
16       mapping:
17         method:
18           type: integer
19           label: 'Method'
20         username:
21           type: string
22           label: 'Username'
23         password:
24           type: string
25           label: 'Password'