simpletest.settings.yml

drupal/core/modules/simpletest/config/simpletest.settings.yml
4 string references to 'simpletest.settings'
DrupalKernel::moduleData in drupal/core/lib/Drupal/Core/DrupalKernel.php
Returns module data on the filesystem.
simpletest_settings_form in drupal/core/modules/simpletest/simpletest.pages.inc
Provides settings form for SimpleTest variables.
simpletest_update_8000 in drupal/core/modules/simpletest/simpletest.install
Move simpletest settings from variables to config.
TestBase::run in drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php
Run all tests in this class.

File

drupal/core/modules/simpletest/config/simpletest.settings.yml
View source
  1. clear_results: '1'
  2. httpauth:
  3. method: '1'
  4. password: ''
  5. username: ''
  6. verbose: '1'