You are here

protected property InstallerTestBase::$settings in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/simpletest/src/InstallerTestBase.php \Drupal\simpletest\InstallerTestBase::settings

Custom settings.php values to write for a test run.

An array of settings to write out, in the format expected by drupal_rewrite_settings().

Type: array

File

core/modules/simpletest/src/InstallerTestBase.php, line 31
Contains \Drupal\simpletest\InstallerTestBase.

Class

InstallerTestBase
Base class for testing the interactive installer.

Namespace

Drupal\simpletest

Code

protected $settings = array();