Skip to content
Snippets Groups Projects
Commit c44e23c3 authored by Angie Byron's avatar Angie Byron
Browse files

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

parent 41a0ae8c
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
# 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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment