Issue #2107685 by vijaycs85: Provide configuration schema for Simpletest module.

8.0.x
webchick 2013-11-28 00:39:43 -08:00
parent 41a0ae8ca1
commit c44e23c3e1
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# Schema for the configuration files of the Simpletest module.
simpletest.settings:
type: mapping
label: 'Testing'
mapping:
clear_results:
type: boolean
label: 'Clear results after each complete test suite run'
verbose:
type: boolean
label: 'Provide verbose information when running tests'
httpauth:
type: mapping
label: 'HTTP authentication'
mapping:
method:
type: integer
label: 'Method'
username:
type: string
label: 'Username'
password:
type: string
label: 'Password'